diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-08-09 22:34:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 22:34:02 +0200 |
commit | aaeb1a8cd18741ff17fd030eb05a132bb9f99430 (patch) | |
tree | 86a68523caf9800e50e72c7afdee8fb276add921 /runtime/ftplugin | |
parent | ceb501c1c664953392fff4c14bb106efa2bf049e (diff) | |
download | rneovim-aaeb1a8cd18741ff17fd030eb05a132bb9f99430.tar.gz rneovim-aaeb1a8cd18741ff17fd030eb05a132bb9f99430.tar.bz2 rneovim-aaeb1a8cd18741ff17fd030eb05a132bb9f99430.zip |
vim-patch:7159ac7fec28 (#24624)
Unison support (vim/vim#12715)
https://github.com/vim/vim/commit/7159ac7fec282ad7427795b4bcd5b769268c083d
Co-authored-by: Anton Parkhomenko <chuwy@users.noreply.github.com>
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r-- | runtime/ftplugin/unison.vim | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/runtime/ftplugin/unison.vim b/runtime/ftplugin/unison.vim new file mode 100644 index 0000000000..76dbaef6aa --- /dev/null +++ b/runtime/ftplugin/unison.vim @@ -0,0 +1,14 @@ +" Vim filetype plugin file +" Language: unison +" Maintainer: Anton Parkhomenko <anton@chuwy.me> +" Latest Revision: 2023-08-07 + +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin = 1 + +let b:undo_ftplugin = "setl cms< isk<" + +setlocal commentstring=--\ %s +setlocal iskeyword+=!,' |