macvim - vim syntax highlighting - highlight only 128 characters -


my vim editor highlight 128 characters in string. in .vimrc file set syntax enable. when change color scheme it's same 128 characters highlighting.

check .vimrc. suspect have 'set synmaxcol=128'. or maybe it's weird default on system. in vim :help synmaxcol more details.


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -