We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2abd5 commit 4d05e76Copy full SHA for 4d05e76
1 file changed
ftplugin/clojure.vim
@@ -17,7 +17,7 @@ set cpo&vim
17
18
let b:undo_ftplugin = 'setlocal iskeyword< define< formatoptions< comments< commentstring< lispwords<'
19
20
-setlocal iskeyword+=?,-,*,!,+,/,=,<,>,.,:,$
+setlocal iskeyword+=?,-,*,!,+,/,=,<,>,.,:,$,%,&,\|
21
22
" There will be false positives, but this is better than missing the whole set
23
" of user-defined def* definitions.
0 commit comments