| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
move W_ENDCOL to screen.c
remove the rest of the W_* macros
|
|
|
|
| |
Support for :menu command. It can be used in terminal Vim too.
|
|
|
|
| |
Support for VimScript, :let, :if, etc.
|
|
|
|
| |
Multi-byte character handling.
|
| |
|
| |
|
|
|
|
| |
Prepend 'nvim/' in all project-local (non-system) includes.
|
|
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.
|