aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* 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
* vim-patch:8.2.0577: not all modifiers supported for :options (#18952)zeertzjq2022-06-13
* refactor(api): move command related API to separate filebfredl2022-06-12
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* fix(inccommand): do not try to preview an ambiguous command (#18827)zeertzjq2022-06-01
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* vim-patch:8.2.5037: cursor position may be invalid after "0;" range (#18782)zeertzjq2022-05-29
* refactor: missing parenthesis may cause unexpected problems (#17443)kylo2522022-05-26
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor!: delete insertmode (#18547)Gregory Anders2022-05-22
* fix(cid/352839): USE_AFTER_FREE in create_user_command #18669James McCoy2022-05-22
* fix: make `nvim_cmd` not suppress errors inside key mappingFamiu Haque2022-05-19
* Merge pull request #18562 from famiu/feat/ui/winbarbfredl2022-05-18
|\
| * feat(ui): add `'winbar'`Famiu Haque2022-05-18
* | Merge #18605 PVS fixesJustin M. Keyes2022-05-18
|\ \
| * | fix(PVS/V547): "expression is always false"Dundar Goc2022-05-17
| |/
* / vim-patch:8.2.4975: recursive command line loop may cause a crash (#18614)zeertzjq2022-05-18
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* ci(clint): remove clint.py line length check #18574dundargoc2022-05-15
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | fix(cmd): make :-tabmove work with modifiers (#18447)Marco Hinz2022-05-12
* | refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
* | Merge pull request #18366 from famiu/feat/api/nvim_cmdbfredl2022-05-11
|\ \ | |/ |/|
| * feat(api): add `nvim_cmd`Famiu Haque2022-05-11
* | vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* Merge pull request #18425 from dundargoc/refactor/char_u/1bfredl2022-05-07
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* | Merge pull request #18450 from dundargoc/build/clint/remove-function-size-war...bfredl2022-05-07
|\ \
| * | build(clint): remove "function size is too large" warningDundar Goc2022-05-06
| |/
* / fix(api): make `nvim_parse_cmd` work correctly with both range and countFamiu Haque2022-05-07
|/
* Merge pull request #18438 from famiu/feat/api/nvim_parse_cmdbfredl2022-05-06
|\
| * fix(api): make `nvim_parse_cmd` propagate errorsFamiu Haque2022-05-05
* | refactor: replace char_u variables and functions with charDundar Goc2022-05-05
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* fix(api): preserve `cmdmod` on `nvim_parse_cmd`Famiu Haque2022-05-02
* refactor: replace char_u variables and functions with charDundar Goc2022-04-30
* feat(api): add `nvim_parse_cmdline`Famiu Haque2022-04-30
* refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* refactor: enable -Wconversion warning for ex_docmd.c (#18277)dundargoc2022-04-27