zaiste / vimified

Yet another Vim configuration
http://zaiste.github.com/vimified/
686 stars 130 forks source link

Made vimrc compatible with Vim 7.2 on CentOS 6.4 #75

Closed DirkR closed 11 years ago

DirkR commented 11 years ago

The newest version of CentOS (6.4) ships with Vim 7.2. Thus some 7.3 features break the vimrc on this "legacy" platform.

I've put all broken statements (undo*, relativenumber, colorcolumn) inside conditional statements.

zaiste commented 11 years ago

Thanks!