commit e64c220aad6125655e670a0f9ae947e01743fb3f
parent 1126fc1123a701aff21c47d33cfff079f694ce9d
Author: Ed van Bruggen <edvb@uw.edu>
Date: Tue, 13 Oct 2020 22:02:41 -0700
Add def as speical lisp word
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ftplugin/tisp.vim b/ftplugin/tisp.vim
@@ -14,7 +14,7 @@ setl commentstring=;\ %s
setl define=^\\s*(def\\k*
setl formatoptions-=t
setl iskeyword+=+,-,*,/,%,<,=,>,:,$,?,!,@-@,94
-setl lispwords+=recur,switch
+setl lispwords+=def,recur,switch
if exists('g:paredit_loaded')
call PareditInitBuffer()