Skip to content

Commit 3f760f1

Browse files
committed
Update javascript.vim
1 parent 454be06 commit 3f760f1

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
@@ -449,7 +449,7 @@ function GetJavascriptIndent()
449449

450450
" If the previous line ended with a block opening, add a level of indent.
451451
if s:Match(lnum, s:block_regex)
452-
return indent(s:GetMSL(lnum, 0)) + s:sw()
452+
return indent(s:GetMSL(lnum, 0)) + s:sw()
453453
endif
454454

455455
" Set up variables for current line.

0 commit comments

Comments
 (0)