aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* refactor: fix clang and PVS warnings (#19532)zeertzjq2022-07-28
* vim-patch:8.2.4623: Coverity warns for using uninitialized fieldzeertzjq2022-07-27
* vim-patch:9.0.0081: command line completion of user command may have duplicat...zeertzjq2022-07-27
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* refactor: fix clang warnings (#19453)zeertzjq2022-07-21
* vim-patch:8.2.1294: Vim9: error when using vim9script in TextYankPostzeertzjq2022-07-17
* fix(api): fix nvim_parse_cmd interfere with printing line in Ex mode (#19400)zeertzjq2022-07-17
* vim-patch:8.2.0593: finding a user command is not optimal (#19386)zeertzjq2022-07-16
* vim-patch:8.2.0426: some errors were not tested forzeertzjq2022-07-15
* fix(exmode): flush messages before printing a line after pressing Enter (#19341)zeertzjq2022-07-13
* fix(exmode): do not throttle messages when pressing enter to print linezeertzjq2022-07-12
* vim-patch:8.2.0243: insufficient code coverage for ex_docmd.c functionszeertzjq2022-07-12
* vim-patch:8.2.0274: hang with combination of feedkeys(), Ex mode and :globalzeertzjq2022-07-08
* vim-patch:8.2.5063: error for a command may go over the end of IObuff (#19260)zeertzjq2022-07-07
* fix(mark): fix unexpected cursor movements (#19253)zeertzjq2022-07-06
* vim-patch:9.0.0031: <mods> of user command does not have correct verbose valu...zeertzjq2022-07-03
* vim-patch:8.2.1900: Vim9: command modifiers do not workzeertzjq2022-07-03
* refactor: replace char_uDundar Goc2022-07-02
* refactor(fold): style #19175Lewis Russell2022-07-02
* vim-patch:8.1.0487: no menus specifically for the terminal windowzeertzjq2022-07-01
* vim-patch:8.0.1570: can't use :popup for a menu in the terminalzeertzjq2022-07-01
* feat(marks): restore viewport on jump #15831Javier Lopez2022-06-30
* feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filterFamiu Haque2022-06-28
* refactor: replace char_u #18429dundargoc2022-06-28
* fix(inccommand): parse the command to check if it is previewableFamiu Haque2022-06-28
* fix(api): nvim_parse_cmd check for ambiguous user command (#19116)zeertzjq2022-06-27
* vim-patch:8.2.4895: buffer overflow with invalid command with composing charszeertzjq2022-06-24
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* vim-patch:8.2.5150: read past the end of the first line with ":0;'{"zeertzjq2022-06-23
* 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
|/