tisp.vim

vim configuration for the tisp langauge
git clone git://edryd.org/tisp.vim
Log | Files | Refs

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:
ftplugin/tisp.vim | 2+-
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()