/usr/share/doc/vim-common
NameSizeModeActions
docs/-0755rm
Changelog.rpm126170644editdlrm
README.md57600644editdlrm
README.txt49000644editdlrm
README_ami.txt12520644editdlrm
README_amibin.txt4200644editdlrm
README_amisrc.txt3890644editdlrm
README_bindos.txt7010644editdlrm
README_dos.txt63060644editdlrm
README_extra.txt14530644editdlrm
README_mac.txt9300644editdlrm
README_ole.txt8820644editdlrm
README_os2.txt2340644editdlrm
README_os390.txt34030644editdlrm
README_src.txt3460644editdlrm
README_srcdos.txt4870644editdlrm
README_unix.txt3650644editdlrm
README_vms.txt18580644editdlrm
README_w32s.txt6120644editdlrm
Edit: /usr/share/doc/vim-common/README_mac.txt (930B)
README_mac.txt for version 8.0 of Vim: Vi IMproved. This file explains the installation of Vim on Macintosh systems. See "README.txt" for general information about Vim. To build from sources, like on Unix 1. Get the build tools: "clang" and "make". These can be installed with the "CommandLineTools" package. If you don't have one, do xcode-select --install Just like for any software development with OS X. 2. Get the source code. Best is to use git (which you need to install first), see http://www.vim.org/git.php Or you can download and unpack the Unix tar archive, see http://www.vim.org/download.php 3. Go to the top directory of the source tree, do make sudo make install A newly built vim will be installed under "/usr/local". If you can't manage to make this work, there is a fallback using Homebrew: 1. Install Homebrew from http://brew.sh/ 2. Install latest Vim with: brew install vim