mirror of
https://github.com/neovim/neovim.git
synced 2026-05-07 00:40:20 -04:00
7ad1d00eaa
Problem: Errors when using javascriptreact. Solution: Use ":runtime" instead of ":source". (closes vim/vim#4875) https://github.com/vim/vim/commit/4fb15c647658b15230c61857c644230a03881904
3 lines
111 B
VimL
3 lines
111 B
VimL
" Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
|
|
runtime! ftplugin/javascript.vim
|