aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/macros.h
Commit message (Expand)AuthorAge
* vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung2022-04-03
* feat(statusline): support multibyte fillcharzeertzjq2022-01-16
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* refactor(macroman): get rid of MB_COPY_CHAR macroBjörn Linse2021-11-14
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_char2len alias for utf_char2lenBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* buffer: move BUFEMPTY to a functionThomas Vigouroux2021-07-06
* buffer: don't rely on curbuf in BUFEMPTYThomas Vigouroux2021-07-06
* PVS/V1051: Ignore "modulo by 1" warning for ARRAY_SIZE. (#14943)dundargoc2021-07-03
* macros: add a dummy statement to allow FALLTHROUGH in an empty case.Björn Linse2021-06-11
* vim-patch:8.2.0877: cannot get the search statisticsshadmansaleh2021-05-09
* macros.h: Remove unused CURSOR_BAR_RIGHT macro. (#13506)Edwin Pujols2020-12-11
* Only use __has_include when it is definedJames McCoy2020-09-20
* Disable -Wimplicit-fallthrough for funcs.generated.hJames McCoy2020-08-23
* vim-patch:8.1.2366: using old C style commentsJan Edmund Lazo2020-04-12
* vim-patch:8.1.2120: some MB_ macros are more complicated than necessaryJan Edmund Lazo2019-10-06
* 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