Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove FEAT_MOUSE_JSB | Fredrik Fornwall | 2014-07-29 |
| | | | | This is never built and references some obscure jsb terminal | ||
* | move <inttypes.h> include out of vim.h | Brandon Coleman | 2014-07-09 |
| | |||
* | move ascii.h include out of vim.h | Brandon Coleman | 2014-07-09 |
| | |||
* | Introduce nvim namespace: Fix project-local includes. | Eliseo Martínez | 2014-05-15 |
| | | | | Prepend 'nvim/' in all project-local (non-system) includes. | ||
* | Introduce nvim namespace: Move files. | Eliseo Martínez | 2014-05-15 |
Move files from src/ to src/nvim/. - src/nvim/ becomes the new root dir for nvim executable sources. - src/libnvim/ is planned to become root dir of the neovim library. |