Vim-fork focused on extensibility and usability
Go to file
2014-02-01 11:17:43 -03:00
config Fix build on OSX/Archlinux and add README 2014-02-01 10:34:04 -03:00
src Remove more #ifdef dead code 2014-02-01 11:17:43 -03:00
.gitignore Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
CMakeLists.txt Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
Makefile Import vim from changeset v5628:c9cad40b4181 2014-01-31 10:39:15 -03:00
README.md Fix build on OSX/Archlinux and add README 2014-02-01 10:34:04 -03:00

Dependencies

For Ubuntu 12.04:

sudo apt-get install build-essential cmake libncurses5-dev

TODO: release the Dockerfile which has this in it

TODO: Arch instructions

TODO: OSX instructions

Building

To generate the Makefiles:

make cmake

To build and run the tests:

make test