commit 806a2f2ecefc1102082ace3f2f90744c28b170dd
parent ab5d43b3b93045635ff8f28942424d83cde4fae0
Author: Ed van Bruggen <edvb@uw.edu>
Date:   Thu, 26 Mar 2020 00:34:56 -0700
Add recur as special indent keyword
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/ftplugin/tisp.vim b/ftplugin/tisp.vim
@@ -14,6 +14,7 @@ setl commentstring=;\ %s
 setl define=^\\s*(def\\k*
 setl formatoptions-=t
 setl iskeyword+=+,-,*,/,%,<,=,>,:,$,?,!,@-@,94
+setl lispwords+=recur
 
 if exists('g:paredit_loaded')
   call PareditInitBuffer()