coolceph / vimrc

Best vimrc for CoolCeph team, used for C/C++, Python, PHP and Go.
https://github.com/coolceph/vimrc
GNU General Public License v2.0
62 stars 32 forks source link

Not support vim 8.0 #15

Closed yvxiang closed 7 years ago

yvxiang commented 7 years ago

In setup.sh, vim --version | grep 7.[4-9] || die "Your vim's version is too low!\nPlease download higher version(7.4+) from http://www.vim.org/download.php"

ketor commented 7 years ago

Good Catch!