aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
Commit message (Expand)AuthorAge
* iconv: re-enableNicolas Hillegeer2014-11-06
* ui: Refactor input buffer handlingThiago de Arruda2014-10-18
* map/msgpack-rpc: Declare/define maps rpc method handlersThiago de Arruda2014-09-12
* Statically allocate NameBuffWayne Rowcliffe2014-07-22
* globals.h: decouple vim.h and globals.hNicolas Hillegeer2014-07-20
* vim: move vim_acl_T to types.hNicolas Hillegeer2014-07-16
* vim: move disptick_T from vim.h to syntax_defs.hNicolas Hillegeer2014-07-16
* vim: move linenr_T and colnr_T to pos.hNicolas Hillegeer2014-07-16
* vim: move long_u from vim.h to types.hNicolas Hillegeer2014-07-16
* profiling: implement on top of os_hrtime()Nicolas Hillegeer2014-07-16
* move defines from vim.hBrandon Coleman2014-07-12
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move stdarg.h include out of vim.hBrandon Coleman2014-07-09
* move assert.h include out of vim.hBrandon Coleman2014-07-09
* move wctype.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move locale.h include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* move memory.h include to version.cBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* remove proto.h include from vim.hBrandon Coleman2014-07-09
* Remove include for sys/select.h in vim.h #890Rui Abreu Ferreira2014-07-01
* Replace vim_strncpy calls: add STRLCPYDouglas Schneider2014-06-13
* removed whitespace from ROOT_UID define.Brandon Coleman2014-06-12
* Remove unnecessary (int) casts and fix stylePavel Platto2014-06-12
* move/remove W_* macrosBrandon Coleman2014-06-12
* move SST_* defines to syntax_defsBrandon Coleman2014-06-12
* move FINDFILE_* defines to file_search.hBrandon Coleman2014-06-12
* move EW_* defines to path.hBrandon Coleman2014-06-12
* move WILD_* defines to ex_getln.hBrandon Coleman2014-06-12
* move VALID_* defines to buffer_defs.hBrandon Coleman2014-06-12
* move HL_* variables to syntax.hBrandon Coleman2014-06-12
* move values for find_pattern_in_path() to search.hBrandon Coleman2014-06-12
* move update_screen() flags to screen.hBrandon Coleman2014-06-12
* deleted unused defines in vim.h #772Brandon Coleman2014-06-10
* Fix comment typo.Justin M. Keyes2014-05-19
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15