Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Surround nvim/func_attr.h includes with define/undef DEFINE_FUNC_ATTRIBUTES | ZyX | 2014-06-02 |
| | | | | Required for FUNC_ATTR_UNUSED to work in lib/k* | ||
* | Remove OOM error handling in khash.h | Pavel Platto | 2014-05-20 |
| | |||
* | Enable -Wconversion for API files and fix errors | Thiago de Arruda | 2014-05-17 |
| | |||
* | 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. |