Skip to content

Commit d02e928

Browse files
authored
Merge pull request #67 from dkearns/set-dune-undo_ftplugin
Set b:undo_ftplugin in ftplugins (WIP)
2 parents 3582a24 + 108a5cb commit d02e928

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ftplugin/dune.vim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ if exists("b:did_ftplugin")
1111
endif
1212
let b:did_ftplugin=1
1313

14-
set lisp
14+
setl lisp
1515

1616
" Comment string
1717
setl commentstring=;\ %s
1818
setl comments=n:;
1919

2020
setl iskeyword+=#,?,.,/
21+
22+
let b:undo_ftplugin = "setlocal lisp< cms< com< isk<"

0 commit comments

Comments
 (0)