Skip to content

Commit 6c440b3

Browse files
authored
perf continued
1 parent 96885ca commit 6c440b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indent/javascript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function GetJavascriptIndent()
173173
\ ['(\|{\|\[',')\|}\|\]']
174174
let num = s:lookForParens(pattern[0],pattern[1],'nbw',2000)
175175
else
176-
let num = s:lookForParens('(\|{\|\[',')\|}\|\]','nbW',2000)
176+
let num = 0
177177
end
178178
else
179179
let num = 0

0 commit comments

Comments
 (0)