summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/ex_eval.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-11-27build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-12refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq1
2022-05-04refactor: replace char_u variables and functions with charDundar Goc1
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc1
2022-04-13vim-patch:8.2.3478: still crash with error in :catch and also in :finallySean Dewar1
2022-04-13refactor(ex_eval): cherry-pick CSF flags changes from v8.2.3099Sean Dewar1
2021-12-05lint (#16526)Jan Edmund Lazo1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2019-12-16vim-patch:8.2.0013: not using a typedef for condstackJan Edmund Lazo1
2019-09-02vim-patch:8.0.1729: no comma after last enum itemJan Edmund Lazo1
2017-07-25vim-patch:8.0.0075Jurica Bradaric1
2016-10-09lintJames McCoy1
2016-10-09Change constack.cs_flags from char to intJames McCoy1
2014-07-16vim: include used definitions in headersNicolas Hillegeer1
2014-07-16vim: move linenr_T and colnr_T to pos.hNicolas Hillegeer1
2014-06-02Add automatic generation of headersZyX1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1