summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/ex_cmds.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-18refactor: move some anonymous enums back to non-defs headers (#26622)zeertzjq1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-11-30refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq1
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-27build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-05-13refactor: remove typval.h from most header files (#23601)zeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-17vim-patch:8.2.1262: src/ex_cmds.c file is too big (#19811)zeertzjq1
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc1
2022-04-03vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung1
2021-10-23vim-patch:8.2.3547: opening the quickfix window triggers BufWinEnter twice (#...Yorick Peterse1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-02-11vim-patch:8.2.1967: the session file does not restore the alternate fileSean Dewar1
2017-04-08*: Fix linter errorsZyX1
2017-04-08refactor/single-include: ex_cmds.h #6453dedmass1
2017-03-29eval: Split eval.c into smaller filesZyX1
2016-11-10'inccommand': buftype=nofile, restore cursor/viewJustin M. Keyes1
2016-11-08'inccommand': reworkJustin M. Keyes1
2016-10-30LintedKillTheMule1
2016-10-30Incsubsitution featureKillTheMule1
2015-10-08*: Make ShaDa code use VimL values for additional_\* dataZyX1
2015-10-08viminfo: First version of ShaDa file dumpingZyX1
2014-07-12move defines from vim.hBrandon Coleman1
2014-07-11Include stdbool.h in some files which use itPavel Platto1
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