aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/macros.h
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: remove PVSdundargoc2023-11-12
* refactor: allow not having a `default` case for enumFamiu Haque2023-10-10
* refactor(mch): last mch_ function/macro hits the dustbfredl2023-09-10
* build: update uncrustify to 0.76Lewis Russell2023-04-19
* refactor: remove COMMA (#21260)zeertzjq2022-12-02
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* fix PVS warnings (#18459)dundargoc2022-05-15
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* 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