Skip to content

Commit 9802bca

Browse files
authored
fill cache holes (#1052)
1 parent bc86cbb commit 9802bca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

indent/javascript.vim

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ function s:SkipFunc()
119119
let s:check_in = 1
120120
return 1
121121
endif
122+
let s:synid_cache[:] += [[line2byte('.') + col('.') - 1], ['']]
122123
let [s:looksyn, s:top_col] = getpos('.')[1:2]
123124
endfunction
124125

0 commit comments

Comments
 (0)