aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.1869: code for the argument list is spread out (#19791)zeertzjq2022-08-16
* fix(redraw): make sure :redraw! redraws command linezeertzjq2022-08-15
* refactor(ex_docmd.c): resolve most clint errors (#19775)Lewis Russell2022-08-15
* vim-patch:8.2.1653: expand('<stack>') does not include the final line numberzeertzjq2022-08-15
* vim-patch:8.2.1297: when a test fails it's often not easy to see wherezeertzjq2022-08-15
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: replace char_u with charDundar Goc2022-08-12
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:8.1.1823: command line history code is spread out (#19688)zeertzjq2022-08-09
* vim-patch:8.2.1281: the "trailing characters" error can be hard to understandzeertzjq2022-08-07
* vim-patch:8.2.1280: Ex command error cannot contain an argumentzeertzjq2022-08-07
* fix(api): nvim_cmd handle 0 range (#19655)Lewis Russell2022-08-06
* vim-patch:8.1.1210: support for user commands is spread out (#19653)zeertzjq2022-08-06
* feat(lua): print source locations of lua callbacks (#19597)ii142022-08-03
* refactor(cmd): unify execute_cmd with do_one_cmdLewis Russell2022-08-02
* refactor(cmd): hoist out some code into functionsLewis Russell2022-08-02
* refactor(cmd): format do_one_cmd()Lewis Russell2022-08-02
* refactor: replace_makeprg (#19570)Lewis Russell2022-08-01
* refactor: replace char_u with charDundar Goc2022-07-31
* 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