summaryrefslogtreecommitdiffstats
path: root/ftplugin/jbuild.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-03-02 00:34:02 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2020-03-02 00:34:02 +0100
commit6b540d7db030e4110aa3a31dd06c6c41387444db (patch)
tree1cd1da5b35cf1c34b38d7506ff93aabf861747bf /ftplugin/jbuild.vim
parent35ea4d2b9072594b6c0ccf87bde7978ed9f94755 (diff)
downloadvim-polyglot-6b540d7db030e4110aa3a31dd06c6c41387444db.tar.gz
vim-polyglot-6b540d7db030e4110aa3a31dd06c6c41387444db.zip
Update
Diffstat (limited to 'ftplugin/jbuild.vim')
-rw-r--r--ftplugin/jbuild.vim16
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