Skip to content

Commit 9f73b2e

Browse files
author
othree_kao
committed
Remove load protect, since syntax will be cleanup when set filetype
1 parent 8e3c626 commit 9f73b2e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

autoload/jslibsyntax.vim

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ let s:libs = [
1717
let s:path = expand('<sfile>:p:h')
1818

1919
function! jslibsyntax#load()
20-
if exists('b:javascript_libraries_syntax')
21-
return
22-
endif
23-
let b:javascript_libraries_syntax = 1
24-
2520
if !exists('g:used_javascript_libs')
2621
let g:used_javascript_libs = join(s:libs, ',')
2722
endif

0 commit comments

Comments
 (0)