Skip to content

Commit 5747057

Browse files
authored
remove obvious comment
the folding is enough for separating content
1 parent f90b8c8 commit 5747057

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
@@ -124,8 +124,6 @@ function s:LineHasOpeningBrackets(lnum)
124124
endfunction
125125
" }}}
126126

127-
" GetJavascriptIndent Function
128-
" =========================
129127
function GetJavascriptIndent()
130128
if !exists('b:js_cache')
131129
let b:js_cache = [0,0,0]

0 commit comments

Comments
 (0)