Skip to content

Commit f52c5d0

Browse files
committed
Add comments
1 parent f203a0d commit f52c5d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

indent/clojure.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ if exists("*searchpairpos")
308308
let lnum = line('.')
309309
let [opening_lnum, indent] = s:clojure_indent_pos()
310310

311+
" Account for multibyte characters
311312
if opening_lnum > 0
312313
let indent -= indent - virtcol([opening_lnum, indent])
313314
endif

syntax/clojure.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ syntax match clojureMeta "\^"
105105
syntax match clojureDeref "@"
106106
syntax match clojureDispatch "\v#[\^'=<_]?"
107107

108-
" Clojure permits no more than 20 params.
108+
" Clojure permits no more than 20 anonymous params.
109109
syntax match clojureAnonArg "%\(20\|1\d\|[1-9]\|&\)\?"
110110

111111
syntax match clojureRegexpEscape "\v\\%([\\tnrfae.()\[\]{}^$*?+]|c\u|0[0-3]?\o{1,2}|x%(\x{2}|\{\x{1,6}\})|u\x{4})" contained display

0 commit comments

Comments
 (0)