summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/ex_cmds_defs.h
AgeCommit message (Expand)AuthorFiles
2026-04-14build: update clang v21, fix warningsdundargoc1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-06-13docs: vim.fs., diagnostics, lsp #34402Justin M. Keyes1
2025-02-01refactor(autocmds): remove indirection #32291Justin M. Keyes1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-04-13vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-02refactor: remove redundant struct namesdundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
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-29refactor(IWYU): create normal_defs.h (#26293)zeertzjq1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-03refactor: the long goodbyedundargoc1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-09-30vim-patch:9.0.1956: Custom completion skips orig cmdline if it invokes glob()...zeertzjq1
2023-09-29refactor: remove longdundargoc1
2023-08-18vim-patch:9.0.1735: Rename completion specific findex var (#24769)zeertzjq1
2023-05-13refactor: remove typval.h from most header files (#23601)zeertzjq1
2023-05-07vim-patch:9.0.1520: completion for option name includes all bool options (#23...zeertzjq1
2023-04-14vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-06feat: ":write ++p" creates parent dirs #20835Victor Blanchard1
2022-10-23docs: fix typos (#20724)dundargoc1
2022-08-27vim-patch:9.0.0284: using static buffer for multiple completion functionszeertzjq1
2022-08-26refactor: change FALSE/TRUE to false/trueLewis Russell1
2022-08-02refactor(cmd): unify execute_cmd with do_one_cmdLewis Russell1
2022-07-17vim-patch:8.2.1294: Vim9: error when using vim9script in TextYankPostzeertzjq1
2022-06-28feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filterFamiu Haque1
2022-06-28refactor: replace char_u #18429dundargoc1
2022-06-14vim-patch:8.2.5088: value of cmod_verbose is a bit complicated to usezeertzjq1
2022-06-14vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq1
2022-06-14refactor(api): remove redundant fields of CmdParseInfozeertzjq1
2022-06-14vim-patch:8.2.1897: command modifiers are saved and set inconsistentlyzeertzjq1
2022-05-31feat: add preview functionality to user commandsFamiu Haque1
2022-05-13Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl1
2022-05-11refactor: replace char_u variables and functions with charDundar Goc1
2022-05-11feat(api): add `nvim_cmd`Famiu Haque1
2022-05-05refactor: replace char_u variables and functions with charDundar Goc1
2022-05-04refactor: replace char_u variables and functions with charDundar Goc1
2022-04-30feat(api): add `nvim_parse_cmdline`Famiu Haque1
2022-04-30refactor: replace char_u variables and functions with char (#18288)dundargoc1
2022-04-03vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung1
2022-02-27feat(lua): add api and lua autocmdsTJ DeVries1
2022-01-21vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler commandzeertzjq1
2021-12-28feat(api): implement nvim_{add,del}_user_commandGregory Anders1
2021-11-19refactor: saner options for uncrustify (#16204)dundargoc1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-10-29refactor: uncrustify #16090dundargoc1