We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Building Vim from source (markdown)
Added necessary library for Fedora 20
python2-dev needs to be specified and the other packages don't exist or are met with included installations
liblua that modern vim requires is 5.2 not 5.1 (checked at 8.2.1634)
Update VIMRUNTIMEDIR for vim 8.2.
Indent
On debian, you cannot use both `python2/dyn` and `python3/dyn`. See here https://stackoverflow.com/a/23656675/2544873
fix `YouCompleteMe unavailable: requires Vim 7.4.1578+.`
vim now in version 8.1 and help user with erro for python version.
Fix command line for installing prerequisites on Debian
Formatting sections to be more clear
vim binary path is /usr/local/bin/vim (as defined in the configuration prefix) instead of /usr/bin/vim
apt-get was deprecated in favor of apt; changed commands to reflect this.
Align remaining configure arguments
In 8aef9d1 --prefix was adjusted but VIMRUNTIMEDIR not
According to https://unix.stackexchange.com/questions/8656/usr-bin-vs-usr-local-bin-on-linux, user programs not managed by the distribution package manager.
fix link to vim wiki
add notes with Ubuntu 16.04
you need to define the option for the interpreter as stated in `./configure --help`. mine's is the newest commit in vim project as of today. please re-check.
Put `checkinstall` and `change flags` messages to alert readers before they run commands
Increment to reflect major vim version update as of mid-September (7.4 ⇒ 8.0)
Install lua in Debian-like apt-get command