From cc63193ce82c1e7b9ee2ad7d0ddd14e8394211ef Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 1 Mar 2021 13:44:50 +0100 Subject: Update --- ftplugin/lisp.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ftplugin/lisp.vim') diff --git a/ftplugin/lisp.vim b/ftplugin/lisp.vim index 365a26b8..cc86c720 100644 --- a/ftplugin/lisp.vim +++ b/ftplugin/lisp.vim @@ -18,13 +18,11 @@ endif " Don't load another plugin for this buffer let b:did_ftplugin = 1 -setl comments=:; +setl comments=:;;;;,:;;;,:;;,:;,sr:#\|,mb:\|,ex:\|# setl define=^\\s*(def\\k* setl formatoptions-=t setl iskeyword+=+,-,*,/,%,<,=,>,:,$,?,!,@-@,94 setl lisp setl commentstring=;%s -setl comments^=:;;;,:;;,sr:#\|,mb:\|,ex:\|# - let b:undo_ftplugin = "setlocal comments< define< formatoptions< iskeyword< lisp< commentstring<" -- cgit v1.2.3