summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_cmdline.vim
AgeCommit message (Expand)Author
2023-10-17patch 9.0.2037: A few remaining cmdline completion issues with C-E/Yv9.0.2037Yee Cheng Chin
2023-10-17patch 9.0.2035: [security] use-after-free with wildmenuv9.0.2035Yee Cheng Chin
2023-10-14patch 9.0.2025: no cmdline completion for ++opt argsv9.0.2025Yee Cheng Chin
2023-10-09patch 9.0.2009: cmdline-completion for comma-separated options wrongv9.0.2009Yee Cheng Chin
2023-09-29patch 9.0.1956: Custom completion skips orig cmdline if it invokes glob()v9.0.1956zeertzjq
2023-08-20patch 9.0.1774: no support for custom cmdline completionv9.0.1774Shougo Matsushita
2023-08-15patch 9.0.1714: getcompletion() "cmdline" fails after :autocmdv9.0.1714zeertzjq
2023-08-13patch 9.0.1708: getcompletion() failes for user-defined commandsv9.0.1708Christian Brabandt
2023-06-15patch 9.0.1636: expanding a pattern interferes with cmdline completionv9.0.1636zeertzjq
2023-05-19patch 9.0.1570: some tests are slowv9.0.1570Bram Moolenaar
2023-04-17patch 9.0.1461: ruler not drawn correctly when using 'rulerformat'v9.0.1461Sean Dewar
2023-04-17patch 9.0.1460: insufficient testing for getcmdcompltype()v9.0.1460zeertzjq
2023-04-12patch 9.0.1444: crash when passing NULL to setcmdline()v9.0.1444zeertzjq
2023-02-17patch 9.0.1315: escaping for completion of map command not properly testedv9.0.1315zeertzjq
2023-02-05patch 9.0.1285: various small problemsv9.0.1285Bram Moolenaar
2023-01-22patch 9.0.1231: completion of :runtime does not handle {where} argumentv9.0.1231zeertzjq
2023-01-22patch 9.0.1228: fuzzy menu completion is only tested in the GUIv9.0.1228zeertzjq
2023-01-21patch 9.0.1227: no cmdline completion for :runtimev9.0.1227root
2023-01-18patch 9.0.1218: completion includes functions that don't workv9.0.1218Kota Kato
2023-01-04patch 9.0.1148: cmdline test fails in the GUIv9.0.1148Bram Moolenaar
2023-01-04patch 9.0.1144: reading beyond textv9.0.1144Bram Moolenaar
2022-12-08patch 9.0.1032: test fails when terminal feature is missingv9.0.1032Bram Moolenaar
2022-12-08patch 9.0.1030: using freed memory with the cmdline popup menuv9.0.1030Bram Moolenaar
2022-11-08patch 9.0.0845: shell command with just space gives strange errorv9.0.0845shane.xb.qian
2022-10-06patch 9.0.0670: no space for command line when there is a tablinev9.0.0670Bram Moolenaar
2022-10-05patch 9.0.0665: setting 'cmdheight' has no effect if last window was resizedv9.0.0665Bram Moolenaar
2022-09-20patch 9.0.0517: when at the command line :redrawstatus does not work wellv9.0.0517zeertzjq
2022-09-20patch 9.0.0512: cannot redraw the status lines when editing a commandv9.0.0512zeertzjq
2022-09-19patch 9.0.0507: cmdline cleared when using :redrawstatus in CmdlineChangedv9.0.0507Bram Moolenaar
2022-09-15patch 9.0.0473: fullcommand() only works for the current script versionv9.0.0473Bram Moolenaar
2022-09-14patch 9.0.0463: command line test leaves directory behindv9.0.0463Dominique Pelle
2022-09-08patch 9.0.0418: manually deleting temp test filesv9.0.0418Bram Moolenaar
2022-09-02patch 9.0.0362: expanding ":e %" does not work for remote filesv9.0.0362Bram Moolenaar
2022-09-02patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan
2022-09-01patch 9.0.0346: :horizontal modifier not fully supportedv9.0.0346zeertzjq
2022-08-30patch 9.0.0336: tests are flaky because of using a common file namev9.0.0336Bram Moolenaar
2022-08-29patch 9.0.0323: using common name in tests leads to flaky testsv9.0.0323Bram Moolenaar
2022-08-29patch 9.0.0320: command line type of CmdlineChange differs from getcmdtype()v9.0.0320zeertzjq
2022-08-28patch 9.0.0299: error messages for setcmdline() could be betterv9.0.0299Yegappan Lakshmanan
2022-08-27patch 9.0.0285: it is not easy to change the command line from a pluginv9.0.0285Shougo Matsushita
2022-08-21patch 9.0.0238: Shift-Tab shows matches on cmdline when 'wildmenu' is offv9.0.0238Bram Moolenaar
2022-08-21patch 9.0.0236: popup menu not removed when 'wildmenu' reset while visiblev9.0.0236zeertzjq
2022-08-11patch 9.0.0191: messages test fails; window size incorrectv9.0.0191Bram Moolenaar
2022-08-11patch 9.0.0190: the way 'cmdheight' can be made zero is inconsistentv9.0.0190Bram Moolenaar
2022-08-06patch 9.0.0149: test for fuzzy completion fails sometimesv9.0.0149Bram Moolenaar
2022-07-26patch 9.0.0089: fuzzy argument completion doesn't work for shell commandsv9.0.0089Yegappan Lakshmanan
2022-07-26patch 9.0.0086: tabline is not redrawn when entering command linev9.0.0086zeertzjq
2022-07-26patch 9.0.0081: command line completion of user command may have duplicatesv9.0.0081Bram Moolenaar
2022-07-02patch 9.0.0027: the command line test is getting quite bigv9.0.0027Bram Moolenaar
2022-07-02patch 9.0.0025: accessing beyond allocated memory with the cmdline windowv9.0.0025Bram Moolenaar