diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-19 02:55:37 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-19 02:55:37 +0200 |
commit | 5e2607d93f98e0394d1d68b1d6592b2d0a11f52f (patch) | |
tree | 6002f0061b13d1876685aea1469e850cf4aa4ba1 /doc/opam.txt | |
parent | 3d80a66e7be229a014989b798fc4fad8e579946d (diff) | |
download | vim-polyglot-5e2607d93f98e0394d1d68b1d6592b2d0a11f52f.tar.gz vim-polyglot-5e2607d93f98e0394d1d68b1d6592b2d0a11f52f.zip |
Remove docs so docs of installed plugins are up to date
Diffstat (limited to '')
-rw-r--r-- | doc/opam.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/opam.txt b/doc/opam.txt deleted file mode 100644 index 6669bb2b..00000000 --- a/doc/opam.txt +++ /dev/null @@ -1,22 +0,0 @@ -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 |