diff options
Diffstat (limited to 'ftplugin/jbuild.vim')
-rw-r--r-- | ftplugin/jbuild.vim | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ftplugin/jbuild.vim b/ftplugin/jbuild.vim deleted file mode 100644 index 2ed1b9cc..00000000 --- a/ftplugin/jbuild.vim +++ /dev/null @@ -1,16 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ocaml') == -1 - -if exists("b:did_ftplugin") - finish -endif -let b:did_ftplugin=1 - -set lisp - -" Comment string -setl commentstring=;\ %s -setl comments=:; - -setl iskeyword+=#,?,.,/ - -endif |