aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds_defs.h
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.1.1667: flags for Ex commands may clash with other symbolsJan Edmund Lazo2021-01-02
* vim-patch:8.1.1261: no error for quickfix commands with negative rangeerw72021-01-01
* vim-patch:8.1.1241: Ex command info contains confusing informationJan Edmund Lazo2021-01-01
* ex_cmds: port cmd_addr_T and ADDR_NONE (#13492)Jan Edmund Lazo2020-12-10
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* ex_docmd: merge parse_state_T with exarg_TAufar Gilbran2020-09-11
* vim-patch:8.1.0883: missing some changes for Ex commandsJan Edmund Lazo2020-03-01
* vim-patch:8.0.1660: the terminal API "drop" command doesn't support optionsJan Edmund Lazo2020-02-16
* vim-patch:8.2.0013: not using a typedef for condstackJan Edmund Lazo2019-12-16
* vim-patch:8.1.1588: in :let-heredoc line continuation is recognizedJurica Bradaric2019-10-07
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* refactor: enable -Wconversion for ex_getln.cBjörn Linse2019-07-19
* vim-patch:8.0.0688: cannot resize the window in a FileType autocommandJan Edmund Lazo2018-06-26
* vim-patch:7.4.2263James McCoy2017-04-29