aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_eval.h
Commit message (Expand)AuthorAge
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* vim-patch:8.2.3478: still crash with error in :catch and also in :finallySean Dewar2022-04-13
* refactor(ex_eval): cherry-pick CSF flags changes from v8.2.3099Sean Dewar2022-04-13
* lint (#16526)Jan Edmund Lazo2021-12-05
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* vim-patch:8.2.0013: not using a typedef for condstackJan Edmund Lazo2019-12-16
* vim-patch:8.0.1729: no comma after last enum itemJan Edmund Lazo2019-09-02
* vim-patch:8.0.0075Jurica Bradaric2017-07-25
* lintJames McCoy2016-10-09
* Change constack.cs_flags from char to intJames McCoy2016-10-09
* vim: include used definitions in headersNicolas Hillegeer2014-07-16
* vim: move linenr_T and colnr_T to pos.hNicolas Hillegeer2014-07-16
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15