aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/sexplib.vim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 21:56:01 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 22:29:03 -0400
commitc1dd4e83b494d19a5ebcb7ffb936cb4649f11637 (patch)
treecf945ae6c174d372c74497efa8baee2e7aeabc7f /runtime/ftplugin/sexplib.vim
parentb1cd67b62e58c7f7d4139416e6813f8f50bc0fd6 (diff)
downloadrneovim-c1dd4e83b494d19a5ebcb7ffb936cb4649f11637.tar.gz
rneovim-c1dd4e83b494d19a5ebcb7ffb936cb4649f11637.tar.bz2
rneovim-c1dd4e83b494d19a5ebcb7ffb936cb4649f11637.zip
vim-patch:7e6a515ed14e
Update runtime files. https://github.com/vim/vim/commit/7e6a515ed14e204fafb3dd6e98f2fb543e64aedd Omit vim9.
Diffstat (limited to 'runtime/ftplugin/sexplib.vim')
-rw-r--r--runtime/ftplugin/sexplib.vim15
1 files changed, 15 insertions, 0 deletions
diff --git a/runtime/ftplugin/sexplib.vim b/runtime/ftplugin/sexplib.vim
new file mode 100644
index 0000000000..27e1b28370
--- /dev/null
+++ b/runtime/ftplugin/sexplib.vim
@@ -0,0 +1,15 @@
+" Vim filetype plugin file
+" Language: Sexplib
+" Maintainer: Markus Mottl <markus.mottl@gmail.com>
+" URL: https://github.com/ocaml/vim-ocaml
+" Last Change:
+" 2017 Apr 12 - First version (MM)
+
+if exists("b:did_ftplugin")
+ finish
+endif
+let b:did_ftplugin=1
+
+" Comment string
+setl commentstring=;\ %s
+setl comments=:;