You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-dev.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ A number of C libraries are expected to be available in the system and are also
150
150
If you use vim, add this snippet in your `.vimrc` file to use Merlin. (Note:Be sure to change the HOME directory to match yours.)
151
151
152
152
```bash
153
-
let s:ocamlmerlin="/Users/USERNAME/.opam/4.14.0/share/merlin"
153
+
let s:ocamlmerlin="/Users/USERNAME/.opam/4.14.2/share/merlin"
154
154
execute "set rtp+=".s:ocamlmerlin."/vim"
155
155
execute "set rtp+=".s:ocamlmerlin."/vimbufsync"
156
156
let g:syntastic_ocaml_checkers=['merlin']
@@ -301,10 +301,10 @@ We use the [Dune](https://github.com/ocaml/dune/) build system for OCaml code.
301
301
302
302
OCaml dependencies live in the [`opam.export`](./opam.export) file. This file is machine generated and must not be modified.
303
303
304
-
To add a new dependency, you most likely will need to create a new fresh switch to avoid pushing in any local dependency (like `ocaml-lsp`). The following commands assume that the version of the OCaml compiler used in the codebase is 4.14.0:
304
+
To add a new dependency, you most likely will need to create a new fresh switch to avoid pushing in any local dependency (like `ocaml-lsp`). The following commands assume that the version of the OCaml compiler used in the codebase is 4.14.2:
0 commit comments