Skip to content

Commit a833644

Browse files
committed
Add 'character' to the list of ignored regions
closes #22
1 parent 249328e commit a833644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

indent/clojure.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if exists("*searchpairpos")
6262

6363
function! s:IsParen()
6464
return s:CurrentChar() =~ '\v[\(\)\[\]\{\}]' &&
65-
\ s:SynIdName() !~? '\vstring|regex|comment'
65+
\ s:SynIdName() !~? '\vstring|regex|comment|character'
6666
endfunction
6767

6868
" Returns 1 if string matches a pattern in 'patterns', which may be a

0 commit comments

Comments
 (0)