summaryrefslogtreecommitdiffstats
path: root/doc/ocaml.txt
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-19 02:55:37 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-19 02:55:37 +0200
commit5e2607d93f98e0394d1d68b1d6592b2d0a11f52f (patch)
tree6002f0061b13d1876685aea1469e850cf4aa4ba1 /doc/ocaml.txt
parent3d80a66e7be229a014989b798fc4fad8e579946d (diff)
downloadvim-polyglot-5e2607d93f98e0394d1d68b1d6592b2d0a11f52f.tar.gz
vim-polyglot-5e2607d93f98e0394d1d68b1d6592b2d0a11f52f.zip
Remove docs so docs of installed plugins are up to date
Diffstat (limited to 'doc/ocaml.txt')
-rw-r--r--doc/ocaml.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/ocaml.txt b/doc/ocaml.txt
deleted file mode 100644
index 83c5418d..00000000
--- a/doc/ocaml.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ocaml') == -1
-
-*ocaml.txt* Filetype plugin for OCaml
-
-CONFIGURATION *ocaml-configuration*
-
- *g:ocaml_highlight_operators*
-
-By default operators are not linked to the Operator group and thus not
-highlighted. You can turn on highlighting of operators by defining:
-
- let g:ocaml_highlight_operators = 1
-
- vim:tw=78:et:ft=help:norl:
-
-endif