Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | *: Fix lint errors found in new code in previously ignored files | ZyX | 2015-10-08 |
| | |||
* | *: Make ShaDa code use VimL values for additional_\* data | ZyX | 2015-10-08 |
| | |||
* | shada: Add support for merging everything like described in the doc | ZyX | 2015-10-08 |
| | |||
* | viminfo: First version of ShaDa file dumping | ZyX | 2015-10-08 |
| | | | | | | | | | | | | | | | | | | | | What works: 1. ShaDa file dumping: header, registers, jump list, history, search patterns, substitute strings, variables. 2. ShaDa file reading: registers, global marks, variables. Most was not tested. TODO: 1. Merging. 2. Reading history, local marks, jump and buffer lists. 3. Documentation update. 4. Converting some data from &encoding. 5. Safer variant of dumping viminfo (dump to temporary file then rename). 6. Removing old viminfo code (currently masked with `#if 0` in a ShaDa file for reference). | ||
* | Remove EBCDIC: Clean up comments | Pavel Platto | 2014-08-02 |
| | |||
* | 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. |