We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf05b0 commit d1a9313Copy full SHA for d1a9313
CHANGES.md
@@ -16,7 +16,8 @@ git version
16
open Foo (* calling refactor-open qualify on this open *)
17
let _ = Foo.bar (* previously could result in [Dune__exe.Foo.bar] *)
18
```
19
- - does not return identical (duplicate) edits
+ - do not return identical (duplicate) edits
20
+ - do not return unnecessary edits that when applied do not change the document
21
+ editor modes
22
- vim: add a simple interface to the new `construct` command:
23
`MerlinConstruct`. When several results are suggested, `<c-i>` and `<c-u>`
0 commit comments