aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/macros.h
Commit message (Expand)AuthorAge
* tui: "backpressure": Drop messages to avoid flooding.Justin M. Keyes2016-12-09
* encoding: cleanup mbyte.c given fixed encoding=utf-8Björn Linse2016-11-05
* vim-patch:7.4.1147 (#5005)prollings2016-07-10
* eval: Split out typval_T dumping functions to nvim/encode.cZyX2016-04-18
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Move MAX and MIN macros to macros.hMichael Reed2015-08-25
* completion: Add v:completed_item feature #2563Shougo Matsushita2015-05-24
* Passing by: wrap mb_ptr_adv(), mb_cptr_adv(), mb_ptr_back() macros in parenth...Mark Bainter2015-05-06
* Remove char_u: make_percent_swname()Mark Bainter2015-05-06
* Remove char_u: modname()Mark Bainter2015-05-06
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* coverity/{13738,13739,68853,13717,13720,13716,68854,13718,13721}: FP.Eliseo Martínez2015-04-11
* vim-patch:7.4.502 #2282David Bürgin2015-03-29
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* Remove BINARY_FILE_IO option #2179Perry Hung2015-03-18
* Define and use the ARRAY_SIZE macroFelipe Oliveira Carvalho2014-12-18
* strings/memory: constify and func_attr.Scott Prager2014-11-27
* startuptime: move code to profile.{c,h} + docNicolas Hillegeer2014-07-20
* os_open: impl mch_open with libuv. ref #133Justin M. Keyes2014-07-14
* move defines from vim.hBrandon Coleman2014-07-12
* vim-patch:7.4.295 #833Will Stamper2014-07-11
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15