summaryrefslogtreecommitdiff
path: root/src/testdir/test_cmdline.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1461: ruler not drawn correctly when using 'rulerformat'v9.0.1461Sean Dewar2023-04-171-0/+13
* patch 9.0.1460: insufficient testing for getcmdcompltype()v9.0.1460zeertzjq2023-04-171-7/+14
* patch 9.0.1444: crash when passing NULL to setcmdline()v9.0.1444zeertzjq2023-04-121-0/+8
* patch 9.0.1315: escaping for completion of map command not properly testedv9.0.1315zeertzjq2023-02-171-1/+5
* patch 9.0.1285: various small problemsv9.0.1285Bram Moolenaar2023-02-051-2/+2
* patch 9.0.1231: completion of :runtime does not handle {where} argumentv9.0.1231zeertzjq2023-01-221-9/+0
* patch 9.0.1228: fuzzy menu completion is only tested in the GUIv9.0.1228zeertzjq2023-01-221-1/+7
* patch 9.0.1227: no cmdline completion for :runtimev9.0.1227root2023-01-211-0/+9
* patch 9.0.1218: completion includes functions that don't workv9.0.1218Kota Kato2023-01-181-0/+6
* patch 9.0.1148: cmdline test fails in the GUIv9.0.1148Bram Moolenaar2023-01-041-0/+3
* patch 9.0.1144: reading beyond textv9.0.1144Bram Moolenaar2023-01-041-0/+11
* patch 9.0.1032: test fails when terminal feature is missingv9.0.1032Bram Moolenaar2022-12-081-0/+2
* patch 9.0.1030: using freed memory with the cmdline popup menuv9.0.1030Bram Moolenaar2022-12-081-0/+15
* patch 9.0.0845: shell command with just space gives strange errorv9.0.0845shane.xb.qian2022-11-081-0/+47
* patch 9.0.0670: no space for command line when there is a tablinev9.0.0670Bram Moolenaar2022-10-061-0/+10
* patch 9.0.0665: setting 'cmdheight' has no effect if last window was resizedv9.0.0665Bram Moolenaar2022-10-051-0/+11
* patch 9.0.0517: when at the command line :redrawstatus does not work wellv9.0.0517zeertzjq2022-09-201-2/+11
* patch 9.0.0512: cannot redraw the status lines when editing a commandv9.0.0512zeertzjq2022-09-201-1/+6
* patch 9.0.0507: cmdline cleared when using :redrawstatus in CmdlineChangedv9.0.0507Bram Moolenaar2022-09-191-0/+19
* patch 9.0.0473: fullcommand() only works for the current script versionv9.0.0473Bram Moolenaar2022-09-151-0/+3
* patch 9.0.0463: command line test leaves directory behindv9.0.0463Dominique Pelle2022-09-141-2/+2
* patch 9.0.0418: manually deleting temp test filesv9.0.0418Bram Moolenaar2022-09-081-78/+40
* patch 9.0.0362: expanding ":e %" does not work for remote filesv9.0.0362Bram Moolenaar2022-09-021-0/+12
* patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan2022-09-021-1/+1
* patch 9.0.0346: :horizontal modifier not fully supportedv9.0.0346zeertzjq2022-09-011-0/+4
* patch 9.0.0336: tests are flaky because of using a common file namev9.0.0336Bram Moolenaar2022-08-301-51/+51
* patch 9.0.0323: using common name in tests leads to flaky testsv9.0.0323Bram Moolenaar2022-08-291-37/+37
* patch 9.0.0320: command line type of CmdlineChange differs from getcmdtype()v9.0.0320zeertzjq2022-08-291-0/+13
* patch 9.0.0299: error messages for setcmdline() could be betterv9.0.0299Yegappan Lakshmanan2022-08-281-2/+2
* patch 9.0.0285: it is not easy to change the command line from a pluginv9.0.0285Shougo Matsushita2022-08-271-0/+40
* patch 9.0.0238: Shift-Tab shows matches on cmdline when 'wildmenu' is offv9.0.0238Bram Moolenaar2022-08-211-0/+18
* patch 9.0.0236: popup menu not removed when 'wildmenu' reset while visiblev9.0.0236zeertzjq2022-08-211-0/+10
* patch 9.0.0191: messages test fails; window size incorrectv9.0.0191Bram Moolenaar2022-08-111-0/+5
* patch 9.0.0190: the way 'cmdheight' can be made zero is inconsistentv9.0.0190Bram Moolenaar2022-08-111-0/+29
* patch 9.0.0149: test for fuzzy completion fails sometimesv9.0.0149Bram Moolenaar2022-08-061-9/+10
* patch 9.0.0089: fuzzy argument completion doesn't work for shell commandsv9.0.0089Yegappan Lakshmanan2022-07-261-0/+10
* patch 9.0.0086: tabline is not redrawn when entering command linev9.0.0086zeertzjq2022-07-261-0/+16
* patch 9.0.0081: command line completion of user command may have duplicatesv9.0.0081Bram Moolenaar2022-07-261-0/+10
* patch 9.0.0027: the command line test is getting quite bigv9.0.0027Bram Moolenaar2022-07-021-276/+0
* patch 9.0.0025: accessing beyond allocated memory with the cmdline windowv9.0.0025Bram Moolenaar2022-07-021-0/+8
* patch 8.2.5150: read past the end of the first line with ":0;'{"v8.2.5150Bram Moolenaar2022-06-221-0/+8
* patch 8.2.5148: invalid memory access when using expression on command linev8.2.5148Bram Moolenaar2022-06-221-0/+5
* patch 8.2.5063: error for a command may go over the end of IObuffv8.2.5063Bram Moolenaar2022-06-061-0/+5
* patch 8.2.5049: insufficient tests for autocommandsv8.2.5049Yegappan Lakshmanan2022-06-011-0/+9
* patch 8.2.4975: recursive command line loop may cause a crashv8.2.4975Bram Moolenaar2022-05-171-0/+12
* patch 8.2.4903: cannot get the current cmdline completion type and positionv8.2.4903Shougo Matsushita2022-05-071-0/+12
* patch 8.2.4899: with latin1 encoding CTRL-W might go before the cmdlinev8.2.4899Bram Moolenaar2022-05-071-0/+3
* patch 8.2.4895: buffer overflow with invalid command with composing charsv8.2.4895Bram Moolenaar2022-05-061-0/+11
* patch 8.2.4789: cursor pos wrong when using :redraw while editing the cmdlinev8.2.4789Bram Moolenaar2022-04-191-0/+22
* patch 8.2.4738: Esc on commandline executes command instead of abandoning itv8.2.4738Bram Moolenaar2022-04-111-0/+23