This is a project for building Nightly Vim centos rpm package sources from (Vim) and upload automatically.
Please make sure you have choose the right version el6 is build for centos 6 and el7 is build for centos 7
use rpm -ivh to install the package
In centos 7, the system will show an error message when install the package like:
file /usr/bin from install of vim-8.0.1573-el7.x86_64 conflicts with file from package filesystem-3.2-21.el7.x86_64
so you can use the command below to install the package
rpm -ivh vim-8.0.1573-el7.x86_64.rpm --force