Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | move wctype.h include out of vim.h | Brandon Coleman | 2014-07-09 | |
| | ||||
* | move <inttypes.h> include out of vim.h | Brandon Coleman | 2014-07-09 | |
| | ||||
* | move locale.h include out of vim.h | Brandon Coleman | 2014-07-09 | |
| | ||||
* | move ascii.h include out of vim.h | Brandon Coleman | 2014-07-09 | |
| | ||||
* | move memory.h include to version.c | Brandon Coleman | 2014-07-09 | |
| | ||||
* | remove stdbool.h include from vim.h and globals.h | Brandon Coleman | 2014-07-09 | |
| | ||||
* | remove proto.h include from vim.h | Brandon Coleman | 2014-07-09 | |
| | ||||
* | Remove include for sys/select.h in vim.h #890 | Rui Abreu Ferreira | 2014-07-01 | |
| | | | | | - There is no need to include sys/select.h anymore - Removed HAVE_SYS_SELECT_H from config.h.in | |||
* | Replace vim_strncpy calls: add STRLCPY | Douglas Schneider | 2014-06-13 | |
| | ||||
* | removed whitespace from ROOT_UID define. | Brandon Coleman | 2014-06-12 | |
| | ||||
* | Remove unnecessary (int) casts and fix style | Pavel Platto | 2014-06-12 | |
| | ||||
* | move/remove W_* macros | Brandon Coleman | 2014-06-12 | |
| | | | | | move W_ENDCOL to screen.c remove the rest of the W_* macros | |||
* | move SST_* defines to syntax_defs | Brandon Coleman | 2014-06-12 | |
| | ||||
* | move FINDFILE_* defines to file_search.h | Brandon Coleman | 2014-06-12 | |
| | ||||
* | move EW_* defines to path.h | Brandon Coleman | 2014-06-12 | |
| | ||||
* | move WILD_* defines to ex_getln.h | Brandon Coleman | 2014-06-12 | |
| | ||||
* | move VALID_* defines to buffer_defs.h | Brandon Coleman | 2014-06-12 | |
| | ||||
* | move HL_* variables to syntax.h | Brandon Coleman | 2014-06-12 | |
| | ||||
* | move values for find_pattern_in_path() to search.h | Brandon Coleman | 2014-06-12 | |
| | ||||
* | move update_screen() flags to screen.h | Brandon Coleman | 2014-06-12 | |
| | ||||
* | deleted unused defines in vim.h #772 | Brandon Coleman | 2014-06-10 | |
| | ||||
* | Fix comment typo. | Justin M. Keyes | 2014-05-19 | |
| | ||||
* | 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. |