summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin/dune.vim
diff options
context:
space:
mode:
authordkearns <dougkearns@gmail.com>2023-08-29 05:32:27 +1000
committerGitHub <noreply@github.com>2023-08-28 21:32:27 +0200
commitf937ab32a1ac3a560f217ca4ce8305ab2d5b0b74 (patch)
treee167c13b7248b98952618276043bb80efa91fb71 /runtime/ftplugin/dune.vim
parentfe1463674c4c97388409a8c91dd525e7b7afb69e (diff)
runtime: Set b:undo_ftplugin where missing (#12943)
Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/ftplugin/dune.vim')
-rw-r--r--runtime/ftplugin/dune.vim7
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/ftplugin/dune.vim b/runtime/ftplugin/dune.vim
index 86c99c097f..6e20a8fabb 100644
--- a/runtime/ftplugin/dune.vim
+++ b/runtime/ftplugin/dune.vim
@@ -3,8 +3,9 @@
" Anton Kochkov <anton.kochkov@gmail.com>
" URL: https://github.com/ocaml/vim-ocaml
" Last Change:
-" 2018 Nov 3 - Added commentstring (Markus Mottl)
-" 2017 Sep 6 - Initial version (Etienne Millon)
+" 2023 Aug 28 - Added undo_ftplugin (Vim Project)
+" 2018 Nov 03 - Added commentstring (Markus Mottl)
+" 2017 Sep 06 - Initial version (Etienne Millon)
if exists("b:did_ftplugin")
finish
@@ -18,3 +19,5 @@ setl commentstring=;\ %s
setl comments=:;
setl iskeyword+=#,?,.,/
+
+let b:undo_ftplugin = "setl lisp< cms< com< isk<"