aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/macros.h
Commit message (Expand)AuthorAge
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* vim-patch:8.0.1236: Mac features are confusing #10837Jan Edmund Lazo2019-08-24
* Merge #10645 from janlazo/vim-8.1.0999Justin M. Keyes2019-07-29
|\
| * vim-patch:8.1.1086: too many curly bracesJan Edmund Lazo2019-07-28
* | build/macOS: enable fallthrough attribute #10653Gavin D. Howard2019-07-29
|/
* cleanup: remove mch_fopen in favor of os_fopenJustin M. Keyes2019-07-25
* os/fs: introduce os_fopen()Justin M. Keyes2019-07-25
* build: PRAGMA_DIAG_PUSH_IGNORE_MISSING_PROTOTYPESJustin M. Keyes2019-02-04
* lint: cleanup after parent commitsZviRackover2018-08-16
* Remove occurences of mb_head_offZviRackover2018-08-15
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* macros: Rename LAST_ARRAY_ENTRY to ARRAY_LAST_ENTRYZyX2018-03-27
* shada: Save numbered marksZyX2018-03-26
* build/MSVC: fix "C4005: RGB: macro redefinition"Justin M. Keyes2018-03-18
* vim-patch:8.0.0448: some macros are lower case (#7936)KunMing Xie2018-01-30
* Make 'langnoremap' apply directly after a mapMatthew Malcomson2018-01-27
* Merge #7863 'mingw64: fix gcc warnings'Justin M. Keyes2018-01-20
|\
| * Fix warning, read/write have unsigned int count on windows.George Zhao2018-01-19
| * Fix warning when assing size_t type value to uv_buf_t.len, convert type to UL...George Zhao2018-01-18
| * Fix warning when redefine RGB on WindowsGeorge Zhao2018-01-18
|/
* *: Fix all V641 errorsZyX2017-05-20
* *: Use __attribute__((fallthrough)) where comments aren't supportedJames McCoy2017-05-12
* macros: Fix excessive checkZyX2017-04-16
* refactor: pos_T macros to functions (#6496)Felipe Oliveira Carvalho2017-04-11
* win: mch_open_rw: specify S_IWRITE #6487erw72017-04-11
* mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
* vim-patch:7.4.2236lonerover2017-04-01
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* vim-patch:7.4.2223James McCoy2017-03-11
* 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