Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim: move disptick_T from vim.h to syntax_defs.h | Nicolas Hillegeer | 2014-07-16 |
| | | | | Make vim.h smaller, bit by bit. | ||
* | move SST_* defines to syntax_defs | Brandon Coleman | 2014-06-12 |
| | |||
* | Introduce nvim namespace: Fix define guards. | Eliseo Martínez | 2014-05-15 |
| | | | | | | Change define guards from NEOVIM_XXX_H to NVIM_XXX_H: - Change header files. - Change clint correct guard name calculation. | ||
* | 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. |