aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
...
* | Arch linux link in TOC had the wrong indentationJim Hester2014-02-25
| |
* | README.md: cosmetic fixesDiego Viola2014-02-24
| |
* | Add link to mailing listThiago de Arruda2014-02-24
| |
* | Fix space in linkJim Hester2014-02-24
| |
* | Add table of contents to README.mdJim Hester2014-02-24
| | | | | | I added a table of contents to the readme and replaced the html links with markdown links. Thought you might find it useful!
* | Merge branch 'master' of github.com:cweagans/neovim into cweagans-masterThiago de Arruda2014-02-24
|\ \ | | | | | | | | | | | | Conflicts: README.md
| * | Updating README file to use Homebrew for local buildsCameron Eagans2014-02-23
| | |
* | | Put waffle and travis badge togetherThiago de Arruda2014-02-24
| | |
* | | add waffle.io badgewaffle.io2014-02-24
| | |
* | | Issue #97 - Add documentation on installing root SSL certificates on OS X, ↵David Z. Chen2014-02-23
|/ / | | | | | | which is required for retrieving the libuv archive before building.
* | README.md: fix ubuntu/debian depsAshley Hewson2014-02-23
| |
* | Fixed travis imageMarek Šuppa2014-02-22
| |
* | First pass on getting build working on FreeBSD.Sean Long2014-02-22
| |
* | Merge pull request #22 from cmrosenberg/osx-automakeThiago de Arruda2014-02-22
|\ \ | | | | | | Added automake as build dependency on OS X
| * | Added automake as a dependency when building on OS X. Otherwise build ↵Carl Martin Rosenberg2014-02-22
| | | | | | | | | | | | complaints of missing aclocal.
* | | Add travis-ci configurationThiago de Arruda2014-02-22
|/ /
* | README.md: link to the Contributing wiki pageAshley Hewson2014-02-22
| |
* | Merge pull request #35 from thiderman/masterThiago de Arruda2014-02-22
|\ \ | | | | | | Add Arch dependency instructions to README.md.
| * | Add Arch dependency instructions to README.mdLowe Thiderman2014-02-22
| |/ | | | | | | Also accidentally clear trailing whitespace in README. vim autocommands ftw.
* / include a copy of the Vim Licenseaph2014-02-22
|/
* Adding note about IRC channel in README.Cameron Eagans2014-02-21
|
* Add libtool to OSX installsAndy Fischer2014-02-21
|
* Update README.mdStephen Becker IV2014-02-21
| | | I did not have cmake installed. Mac tests passed.
* Update README.mdStephen Becker IV2014-02-21
| | | | Remove sudo from brew command. https://github.com/Homebrew/homebrew/wiki/FAQ#wiki-sudo
* Merge pull request #8 from mmcdole/patch-1Thiago de Arruda2014-02-21
|\ | | | | Fix spelling mistakes in README.md
| * Fix spelling mistakes in README.mdmmcdole2014-02-21
| |
* | Fix cmake link in READMEMeck2014-02-22
|/
* Merge pull request #6 from davertron/masterThiago de Arruda2014-02-21
|\ | | | | Fix misspellings/grammar in README
| * Fix misspellings/grammar in READMEdavertron2014-02-21
| |
* | Merge pull request #7 from Coornail/osx-build-instructionsThiago de Arruda2014-02-21
|\ \ | |/ |/| Add dependency install instructions for OsX
| * Add dependency install instructions for OsXKornel Lugosi2014-02-21
| |
* | Fix spellingJoshua Johnson2014-02-21
|/
* Add fundraiser linkThiago de Arruda2014-02-21
|
* Update documentationThiago de Arruda2014-02-21
|
* Set language of first json-rpc blockThiago de Arruda2014-02-20
|
* Quote GUI diagramThiago de Arruda2014-02-20
|
* Fix some typos in READMEThiago de Arruda2014-02-20
|
* Document plans for the projectThiago de Arruda2014-02-20
|
* Fix build on OSX/Archlinux and add READMEaph2014-02-01
- remove SELinux dependency for now - OSX: find libintl.h - OSX: fix compile errors - OSX: use hack around gettext nonsense - fix gettext on ubuntu - work around Arch's lack of -ltermcap - add README.md