We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
letfn
1 parent 15ce7f6 commit 564cd65Copy full SHA for 564cd65
indent/clojure.vim
@@ -40,7 +40,7 @@ if exists("*searchpairpos")
40
endif
41
42
if !exists('g:clojure_special_indent_words')
43
- let g:clojure_special_indent_words = 'deftype,defrecord,reify,proxy,extend-type,extend-protocol,letfn'
+ let g:clojure_special_indent_words = 'deftype,defrecord,reify,proxy,extend-type,extend-protocol'
44
45
46
if !exists('g:clojure_align_multiline_strings')
0 commit comments