Vim isn't loading syntax -
i had unrelated problem vim while back, thought deleting vim files help. did not, have new problem. whenever try put syntax on, says:
error detected while processing /home/jonah/.vimrc: line 16: e484: can't open file /usr/share/vim/syntax/syntax.vim
i've tried reinstalling fully, doesn't fix issue.
you still have broken vim installation missing runtime files. file $vimruntime/syntax/syntax.vim
needs there. you should never modify / remove system runtime files in /usr/share/vim yourself! use distribution's package manager (you didn't tell linux disto you're using) reinstall vim, , ensure file there.
Comments
Post a Comment