Skip to content

Commit 1f65d0d

Browse files
authored
remove unneeded redeclaration
1 parent cea724c commit 1f65d0d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

indent/javascript.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ function s:SkipFunc()
111111
if s:top_col == 1
112112
throw 'out of bounds'
113113
endif
114-
let s:top_col = 0
115114
if s:check_in
116115
if eval(s:skip_expr)
117116
return 1

0 commit comments

Comments
 (0)