summaryrefslogtreecommitdiff
path: root/src/testdir/test_cmdline.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4585: cannot use keypad page-up/down for completion menuv8.2.4585Yegappan Lakshmanan2022-03-171-9/+11
* patch 8.2.4584: error for using autoload function in custom completionv8.2.4584Bram Moolenaar2022-03-171-0/+23
* patch 8.2.4579: cannot use page-up and page-down in the cmdline popup menuv8.2.4579Yegappan Lakshmanan2022-03-161-0/+30
* patch 8.2.4578: no warning when autoload script for completion has an errorv8.2.4578Bram Moolenaar2022-03-161-2/+28
* patch 8.2.4570: no command line completion for :profile and :profdelv8.2.4570Yegappan Lakshmanan2022-03-151-1/+0
* patch 8.2.4565: no command line completion for :breakadd and :breakdelv8.2.4565Bram Moolenaar2022-03-141-0/+154
* patch 8.2.4483: command completion makes two rounds to collect matchesv8.2.4483Yegappan Lakshmanan2022-02-281-0/+18
* patch 8.2.4482: no fuzzy cmdline completion for user defined completionv8.2.4482Yegappan Lakshmanan2022-02-271-101/+232
* patch 8.2.4481: cmdline popup menu not removed when 'lazyredraw' is setv8.2.4481Bram Moolenaar2022-02-271-0/+11
* patch 8.2.4479: no fuzzy completieon for maps and abbreviationsv8.2.4479Yegappan Lakshmanan2022-02-271-1/+52
* patch 8.2.4478: crash when using fuzzy completionv8.2.4478Yegappan Lakshmanan2022-02-261-0/+4
* patch 8.2.4475: fuzzy cmdline completion does not work for lower casev8.2.4475Yegappan Lakshmanan2022-02-261-0/+12
* patch 8.2.4465: fuzzy completion does not order matches properlyv8.2.4465Yegappan Lakshmanan2022-02-251-0/+19
* patch 8.2.4463: completion only uses strict matchingv8.2.4463Yegappan Lakshmanan2022-02-241-0/+323
* patch 8.2.4398: some command completion functions are too longv8.2.4398Yegappan Lakshmanan2022-02-161-14/+24
* patch 8.2.4387: command line completion doesn't always work properlyv8.2.4387Yegappan Lakshmanan2022-02-151-13/+105
* patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enterv8.2.4382Bram Moolenaar2022-02-141-0/+15
* patch 8.2.4376: not enough tests for command line completionv8.2.4376Yegappan Lakshmanan2022-02-141-13/+84
* patch 8.2.4366: not enough tests for command line completionv8.2.4366Yegappan Lakshmanan2022-02-131-0/+45
* patch 8.2.4346: a custom statusline may cause Esc to work like Enterv8.2.4346Bram Moolenaar2022-02-111-0/+15
* patch 8.2.4341: command line not redrawn when finishing popup menuv8.2.4341Bram Moolenaar2022-02-101-0/+7
* patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menuv8.2.4339Yegappan Lakshmanan2022-02-101-35/+60
* patch 8.2.4334: command line popup menu not positioned correctlyv8.2.4334rbtnn2022-02-091-0/+11
* patch 8.2.4328: command line complete matches cleard when typing characterv8.2.4328Bram Moolenaar2022-02-081-0/+9
* patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325Yegappan Lakshmanan2022-02-081-0/+173
* patch 8.2.3638: getcompletion() always passes zero as positionv8.2.3638ii142021-11-211-0/+3
* patch 8.2.3608: users who type "q:" instead of ":q" are confusedv8.2.3608Egor Zvorykin2021-11-171-0/+1
* patch 8.2.3550: completion() does not work properlyv8.2.3550Shougo Matsushita2021-10-211-0/+15
* patch 8.2.3531: command line completion test fails on MS-Windowsv8.2.3531Bram Moolenaar2021-10-171-4/+7
* patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" worksv8.2.3530Bram Moolenaar2021-10-171-0/+6
* patch 8.2.3431: completion for :disas sorts local functions firstv8.2.3431naohiro ono2021-09-121-0/+5
* patch 8.2.3414: fullcommand() gives wrong name with buffer-local user commandv8.2.3414Bram Moolenaar2021-09-081-0/+7
* patch 8.2.3392: augroup completion escapes regexp pattern charactersv8.2.3392Bram Moolenaar2021-09-011-3/+5
* patch 8.2.3383: Vim9: completion for :disassemble adds parenthesisv8.2.3383naohiro ono2021-08-281-1/+3
* patch 8.2.3378: MS-Windows: completing environment variables with % is wrongv8.2.3378Albert Liu2021-08-271-0/+4
* patch 8.2.3377: Vim9: :disass completion does not understand "s:"v8.2.3377Bram Moolenaar2021-08-261-0/+8
* patch 8.2.3363: when :edit reuses the current buffer the alternate file is setv8.2.3363Bram Moolenaar2021-08-211-1/+1
* patch 8.2.3360: user function completion fails with dict functionv8.2.3360naohiro ono2021-08-191-1/+9
* patch 8.2.3345: some code not covered by testsv8.2.3345Dominique Pelle2021-08-141-0/+12
* patch 8.2.3337: completing "call g:" returns entries with just "g:"v8.2.3337Bram Moolenaar2021-08-131-0/+5
* patch 8.2.2992: Vim9: completion for :disassemble is incompletev8.2.2992Bram Moolenaar2021-06-131-0/+10
* patch 8.2.2991: Vim9: no completion for :vim9 and :legacyv8.2.2991Bram Moolenaar2021-06-131-0/+6
* patch 8.2.2910: test for cmdline window and terminal fails on MS-Windowsv8.2.2910Bram Moolenaar2021-05-301-0/+1
* patch 8.2.2908: crash when using a terminal popup window from cmdline windowv8.2.2908Bram Moolenaar2021-05-301-0/+14
* patch 8.2.2887: crash when passing null string to fullcommand()v8.2.2887Bram Moolenaar2021-05-261-0/+1
* patch 8.2.2873: not enough tests for writing buffersv8.2.2873Yegappan Lakshmanan2021-05-191-1/+29
* patch 8.2.2870: CmdlineChange event triggered twice for CTRL-Rv8.2.2870Bram Moolenaar2021-05-181-0/+6
* patch 8.2.2851: using <Cmd> mapping on the command line triggers CmdlineChangedv8.2.2851Bram Moolenaar2021-05-151-0/+19
* patch 8.2.2850: recalling commands from history is not testedv8.2.2850obcat2021-05-131-0/+48
* patch 8.2.2669: command line completion does not work after "vim9"v8.2.2669Bram Moolenaar2021-03-281-0/+4