Steven's Dev Blog
Tips to remind for the FUTURE.
Thursday, September 5, 2013
No syntax highlighting in vimdiff
Vim Syntax highlight often mixed with diff color, which makes text unreadable.
Add following line in ~/.vimrc to turn off syntax off in vimdiff
if &diff | syntax off | endif
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)