Skip to content

Commit bab0646

Browse files
bouncemebounceme
authored andcommitted
dsf
1 parent 6392e67 commit bab0646

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

indent/javascript.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,7 @@ function GetJavascriptIndent()
380380
return indent(prevline) + s:case_indent_after
381381
endif
382382

383-
384383
" If line starts with operator...
385-
386384
if (s:Match(v:lnum, s:operator_first))
387385
if (s:Match(prevline, s:operator_first))
388386
" and so does previous line, don't indent

0 commit comments

Comments
 (0)