Veja se isso ajuda; adicione-os ao seu arquivo ~/.vimrc
:
filetype plugin indent on
syntax on
Se você não tiver um arquivo ~/.vimrc
, basta criar um:
vim ~/.vimrc
Para uma abordagem extrema, você pode tentar sugerir isso no wiki :
Highlight from start of file
For the most accurate but slowest result, set the syntax synchronization method to fromstart. This can be done with an autocmd in your vimrc:
autocmd BufEnter * :syntax sync fromstart