Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | README.md: Link to neovim.org/Community #2167 | Michael Reed | 2015-04-09 | |
| | | | | [ci skip] | |||
* | README.md: Avoid redirect in wiki link | Michael Reed | 2015-04-02 | |
| | ||||
* | README: Do not call translator transpiler | Nikolai Aleksandrovich Pavlov | 2015-03-20 | |
| | | | Never liked this term and never saw it in any dictionaries. | |||
* | Put gitter badge near other badges | Thiago de Arruda | 2015-03-16 | |
| | ||||
* | Added Gitter badge | The Gitter Badger | 2015-03-16 | |
| | ||||
* | Change refs for joyent/libuv repo to libuv/libuv | Stanley Chan | 2014-11-27 | |
| | | | | | | | | * References to old repository found through grepping * Replace references from github.com/joyent/libuv to github.com/libuv/libuv * Fix previous commit by not including whitespace changes For issue #1560. | |||
* | Update README.md | Justin M. Keyes | 2014-11-14 | |
| | ||||
* | Update README.md | Justin M. Keyes | 2014-11-14 | |
| | ||||
* | README.md: link to libuv | Maxim Kot | 2014-09-07 | |
| | | | | Reference to libuv was made a link | |||
* | Update CONTRIBUTING.md and README.md #740 | Justin M. Keyes | 2014-08-26 | |
| | | | | - recommend task/subtask convention for commit messages | |||
* | Readme: Fix clang badge URL. | Florian Walch | 2014-08-20 | |
| | ||||
* | Update README.md | Justin M. Keyes | 2014-08-05 | |
| | | | sweet clang analysis badge thanks to @Hinidu! | |||
* | doc: add clang analysis badge to README.md | Justin M. Keyes | 2014-07-16 | |
| | ||||
* | LICENSE: add LuaJIT notice. #899 | Justin M. Keyes | 2014-06-30 | |
| | ||||
* | README: Add Bountysource badge. #854 | Justin M. Keyes | 2014-06-30 | |
| | ||||
* | README: fix links | Justin M. Keyes | 2014-06-30 | |
| | ||||
* | clarify LICENSE and README #899 | Justin M. Keyes | 2014-06-30 | |
| | ||||
* | Add LICENSE. fix #878. PR #883 | Justin M. Keyes | 2014-06-26 | |
| | | | | | | - change to Apache 2.0 - include Vim license in LICENSE - upate README | |||
* | SVG coverage badge #821 | Sahat Yalkabov | 2014-06-12 | |
| | ||||
* | readme: add coverity scan badge | Nicolas Hillegeer | 2014-05-31 | |
| | ||||
* | Add Reddit link to README. ref #704 | Rainer Borene | 2014-05-24 | |
| | ||||
* | Update README: progress section | John Schmidt | 2014-05-02 | |
| | ||||
* | README: Use SVG badge for Travis | Mathias Bynens | 2014-04-28 | |
| | ||||
* | updated readme header | Stefan Hoffmann | 2014-04-11 | |
| | ||||
* | enable coveralls support | aph | 2014-04-01 | |
| | ||||
* | update readme: "progress" section; formatting | Justin M. Keyes | 2014-03-31 | |
| | ||||
* | minimize readme | aph | 2014-03-16 | |
| | ||||
* | README.md: Fixed brew install instructions | andrewmchen | 2014-03-03 | |
| | ||||
* | README.md: remove lingering references to sha1sum in OSX instructions | aph | 2014-03-01 | |
| | ||||
* | Be more explicit about OS X deps installation | Jakub Stasiak | 2014-03-01 | |
| | ||||
* | README.md: fix anchor tags for CentOS/RHEL section | Rich Wareham | 2014-02-27 | |
| | | | | | MAke the use of anchor tags consistent for the change introduced in 5cd3cbe. | |||
* | README: add note on RHEL/CentOS 6 | Rich Wareham | 2014-02-27 | |
| | | | | | | | Add note on autoconf >2.69 being required for compilation under RHEL/CentOS. Closes #178. | |||
* | Anchors and reorder in dependency lists of README.md | Paweł Mandera | 2014-02-27 | |
| | | | | | | Dependency headers for OSes needed anchors to work with links from content list. Reordered OSes in content list to match headers (all Linuxes first, Mac OS X last) | |||
* | Fixed header levels in markdown | Paweł Mandera | 2014-02-27 | |
| | | | | Fixed header markup in README.md. Previously, header markup did not match levels in the content list. | |||
* | Markdown fix + MacPorts URL | Göran Gustafsson | 2014-02-26 | |
| | ||||
* | README: Add support for custom brew installations | Alexis Hildebrandt | 2014-02-26 | |
| | ||||
* | Merge branch 'pr36' | ashleyh | 2014-02-26 | |
|\ | | | | | | | | | Conflicts: README.md | |||
| * | Merge branch 'master' into pr36 | ashleyh | 2014-02-26 | |
| |\ | | | | | | | | | | | | | Conflicts: README.md | |||
| * | | Fix previous commit | nyuszika7h | 2014-02-24 | |
| | | | ||||
| * | | Fix anchors | nyuszika7h | 2014-02-24 | |
| | | | ||||
| * | | Add modeline with tw per @ashleyh's suggestion | nyuszika7h | 2014-02-22 | |
| | | | ||||
| * | | Change Ubuntu 12.04 to Ubuntu/Debian in README.md | nyuszika7h | 2014-02-22 | |
| | | | | | | | | | | | | That should work in most versions of Ubuntu and Debian. | |||
| * | | Add Arch instructions (merged from GH-35). | nyuszika7h | 2014-02-22 | |
| | | | | | | | | | | | | Thanks @thiderman! | |||
| * | | Remove trailing whitespace in README.md | nyuszika7h | 2014-02-22 | |
| | | | ||||
| * | | Clean up README.md | nyuszika7h | 2014-02-22 | |
| | | | ||||
* | | | Merge pull request #134 from HungMingWu/master | Rich Wareham | 2014-02-26 | |
|\ \ \ | | | | | | | | | add required dependency on Debian/Ubuntu system | |||
| * | | | add required dependency on Debian/Ubuntu system | HungMingWu | 2014-02-25 | |
| | |/ | |/| | ||||
* | | | Merge pull request #157 from Hywan/readme | Rich Wareham | 2014-02-26 | |
|\ \ \ | | | | | | | | | Fix Markdown syntax | |||
| * | | | Fix Markdown syntax. | Ivan Enderlin | 2014-02-26 | |
| |/ / | ||||
* / / | #165 fix README.md for Building OS X | Ryuichi KAWAMATA (@rkmathi) | 2014-02-26 | |
|/ / |