mirror of
https://github.com/vim/vim
synced 2025-03-15 22:37:52 +01:00
Problem: Errors when using javascriptreact. Solution: Use ":runtime" instead of ":source". (closes #4875)
2 lines
109 B
VimL
2 lines
109 B
VimL
" Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
|
|
runtime! indent/javascript.vim
|