vim-patch:8.1.1937: errors when using javascriptreact #10885

Problem:    Errors when using javascriptreact.
Solution:   Use ":runtime" instead of ":source". (closes vim/vim#4875)
4fb15c6476
This commit is contained in:
Jan Edmund Lazo 2019-08-30 00:57:44 -04:00 committed by Justin M. Keyes
parent 9f81acc076
commit 7ad1d00eaa
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
" Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
source %:h/javascript.vim
runtime! ftplugin/javascript.vim

View File

@ -1,2 +1,2 @@
" Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
source %:h/javascript.vim
runtime! indent/javascript.vim

View File

@ -1,2 +1,2 @@
" Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
source %:h/javascript.vim
runtime! syntax/javascript.vim