aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/if_cscope_defs.h
Commit message (Collapse)AuthorAge
* refactor/single-include (#6688)Carlo Abelli2017-05-05
|
* vim-patch:7.4.2284KillTheMule2016-09-17
| | | | | | | Problem: Comment in scope header file is outdated. (KillTheMule) Solution: Point to the help instead. (closes vim/vim#1017) https://github.com/vim/vim/commit/f4145d8e990a72bdfea9db3110a7e42a0ff4240c
* Windows: Bring back code branch for if_cscope.Rui Abreu Ferreira2016-01-01
| | | | | The Vim code for windows in if_cscope.c/.h was removed during the refactor, added missing code for error_closing().
* FileID: refactor if_cscope.c to use `FileID`Stefan Hoffmann2014-06-27
|
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-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: Move files.Eliseo Martínez2014-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.