Skip to content

Commit 6a1b5bc

Browse files
committed
source all modules instead of just the first one
1 parent 490b854 commit 6a1b5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/javascript.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if version >= 508 || !exists("did_javascript_syn_inits")
104104
endif
105105

106106
" include syntax modules
107-
runtime syntax/modules/*.vim
107+
runtime! syntax/modules/*.vim
108108

109109
" JavaScriptFold Function
110110
function! JavaScriptFold()

0 commit comments

Comments
 (0)