Skip to content

Commit eac1300

Browse files
authored
another return
1 parent d23050e commit eac1300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

indent/javascript.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Language: Javascript
33
" Maintainer: Chris Paul ( https://github.com/bounceme )
44
" URL: https://github.com/pangloss/vim-javascript
5-
" Last Change: November 5, 2016
5+
" Last Change: November 6, 2016
66

77
" Only load this indent file when no other was loaded.
88
if exists('b:did_indent')
@@ -116,7 +116,7 @@ function s:iscontOne(i,num,cont)
116116
\ s:GetPair('\C\<do\>','\C\<while\>','bW','line2byte(line(".")) + col(".") <'
117117
\ . (line2byte(l:num) + b:js_cache[2]) . '||'
118118
\ . s:skip_expr . '|| !s:IsBlock()',100,l:num) > 0
119-
return 0
119+
return
120120
endif
121121
let bL += s:W
122122
let [l:cont, l:i] = [0, line('.')]

0 commit comments

Comments
 (0)