mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 04:53:51 -05:00
23 lines
610 B
Plaintext
23 lines
610 B
Plaintext
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ocaml') == -1
|
|
|
|
*opam.txt* Switch OCaml versions from inside Vim using OPAM
|
|
|
|
Author: Rudi Grinberg <http://rgrinberg.com>
|
|
License: Same terms as Vim itself (see |license|)
|
|
|
|
This plugin is only available if 'compatible' is not set.
|
|
|
|
COMMANDS *:opam*
|
|
|
|
:Opam {version} Set the current OCaml version to {version}.
|
|
|
|
ABOUT *opam-about*
|
|
|
|
Grab the latest version or report a bug on GitHub:
|
|
|
|
https://github.com/ocaml/vim-ocaml
|
|
|
|
vim:tw=78:et:ft=help:norl:
|
|
|
|
endif
|