Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove FEAT_MENU | Hinidu | 2014-05-28 |
| | | | | Support for :menu command. It can be used in terminal Vim too. | ||
* | Remove FEAT_EVAL | Hinidu | 2014-05-28 |
| | | | | Support for VimScript, :let, :if, etc. | ||
* | Remove FEAT_MBYTE | Hinidu | 2014-05-28 |
| | | | | Multi-byte character handling. | ||
* | Extract cursor.h from misc{1,2}.h and memline.h | Hinidu | 2014-05-28 |
| | |||
* | Replace alloc() with xmalloc() and remove immediate OOM checks | Felipe Oliveira Carvalho | 2014-05-19 |
| | |||
* | 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. |