Skip to content

Commit 454be06

Browse files
committed
Update javascript.vim
1 parent 295e8ee commit 454be06

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

indent/javascript.vim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,6 @@ function GetJavascriptIndent()
370370
if (getline(prevline) =~ s:comma_first)
371371
return indent(prevline) - s:sw()
372372
endif
373-
if (getline(prevline) =~ s:expr_case)
374-
return cindent(v:lnum)
375-
endif
376373

377374
" If line starts with an operator...
378375
if (s:Match(v:lnum, s:operator_first))

0 commit comments

Comments
 (0)