aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds_defs.h
Commit message (Expand)AuthorAge
* refactor(autocmds): remove indirection #32291Justin M. Keyes2025-02-01
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq2024-04-13
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: move some anonymous enums back to non-defs headers (#26622)zeertzjq2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-10-03
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* vim-patch:9.0.1956: Custom completion skips orig cmdline if it invokes glob()...zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* vim-patch:9.0.1735: Rename completion specific findex var (#24769)zeertzjq2023-08-18
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* vim-patch:9.0.1520: completion for option name includes all bool options (#23...zeertzjq2023-05-07
* vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq2023-04-14
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat: ":write ++p" creates parent dirs #20835Victor Blanchard2022-11-06
* docs: fix typos (#20724)dundargoc2022-10-23
* vim-patch:9.0.0284: using static buffer for multiple completion functionszeertzjq2022-08-27
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* refactor(cmd): unify execute_cmd with do_one_cmdLewis Russell2022-08-02
* vim-patch:8.2.1294: Vim9: error when using vim9script in TextYankPostzeertzjq2022-07-17
* feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filterFamiu Haque2022-06-28
* refactor: replace char_u #18429dundargoc2022-06-28
* vim-patch:8.2.5088: value of cmod_verbose is a bit complicated to usezeertzjq2022-06-14
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* refactor(api): remove redundant fields of CmdParseInfozeertzjq2022-06-14
* vim-patch:8.2.1897: command modifiers are saved and set inconsistentlyzeertzjq2022-06-14
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | feat(api): add `nvim_cmd`Famiu Haque2022-05-11
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* feat(api): add `nvim_parse_cmdline`Famiu Haque2022-04-30
* refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
* vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung2022-04-03
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler commandzeertzjq2022-01-21
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* refactor: remove all mentions to `curbuf_lock`Thomas Vigouroux2021-07-08
* vim-patch:8.1.2285: padding in structures wastes memoryJan Edmund Lazo2021-02-06