From 87a26c5bf169bafbee837e2323f24cfb07e35250 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 21 Dec 2021 14:41:23 +0100 Subject: Update --- ftplugin/dune.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ftplugin/dune.vim') diff --git a/ftplugin/dune.vim b/ftplugin/dune.vim index 4f78d7c6..c89e40d2 100644 --- a/ftplugin/dune.vim +++ b/ftplugin/dune.vim @@ -15,10 +15,12 @@ if exists("b:did_ftplugin") endif let b:did_ftplugin=1 -set lisp +setl lisp " Comment string setl commentstring=;\ %s setl comments=n:; setl iskeyword+=#,?,.,/ + +let b:undo_ftplugin = "setlocal lisp< cms< com< isk<" -- cgit v1.2.3