summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
AgeCommit message (Expand)Author
2022-08-31patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar
2022-08-29patch 9.0.0321: cannot use the message popup window directlyv9.0.0321Bram Moolenaar
2022-08-29patch 9.0.0320: command line type of CmdlineChange differs from getcmdtype()v9.0.0320zeertzjq
2022-08-29patch 9.0.0318: clearing screen causes flickerv9.0.0318Bram Moolenaar
2022-08-29patch 9.0.0316: screen flickers when 'cmdheight' is zerov9.0.0316Bram Moolenaar
2022-08-28patch 9.0.0299: error messages for setcmdline() could be betterv9.0.0299Yegappan Lakshmanan
2022-08-28patch 9.0.0293: messages window not hidden when starting a command linev9.0.0293Bram Moolenaar
2022-08-27patch 9.0.0285: it is not easy to change the command line from a pluginv9.0.0285Shougo Matsushita
2022-08-26patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'v9.0.0279Bram Moolenaar
2022-08-26patch 9.0.0271: using INIT() in non-header filesv9.0.0271zeertzjq
2022-08-21patch 9.0.0239: build failure without the +wildmenu featurev9.0.0239Bram Moolenaar
2022-08-21patch 9.0.0238: Shift-Tab shows matches on cmdline when 'wildmenu' is offv9.0.0238Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-07-30patch 9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a windowv9.0.0115Bram Moolenaar
2022-07-30patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita
2022-07-28patch 9.0.0099: scrollback can be wrong after redrawing the command linev9.0.0099zeertzjq
2022-07-26patch 9.0.0086: tabline is not redrawn when entering command linev9.0.0086zeertzjq
2022-07-26patch 9.0.0083: ModeChanged event not triggered when leaving cmdline windowv9.0.0083zeertzjq
2022-07-26patch 9.0.0082: cannot interrupt global command from command linev9.0.0082zeertzjq
2022-07-14patch 9.0.0051: using CTRL-C wih :append may hang Vimv9.0.0051zeertzjq
2022-06-22patch 8.2.5149: cannot build without the +eval featurev8.2.5149Bram Moolenaar
2022-06-22patch 8.2.5148: invalid memory access when using expression on command linev8.2.5148Bram Moolenaar
2022-06-16patch 8.2.5106: default cmdwin mappings are re-mappablev8.2.5106zeertzjq
2022-06-14patch 8.2.5088: value of cmod_verbose is a bit complicated to usev8.2.5088zeertzjq
2022-06-05patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis
2022-05-30patch 8.2.5044: command line test failsv8.2.5044Bram Moolenaar
2022-05-30patch 8.2.5043: can open a cmdline window from a substitute expressionv8.2.5043Bram Moolenaar
2022-05-27patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq
2022-05-17patch 8.2.4975: recursive command line loop may cause a crashv8.2.4975Bram Moolenaar
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-05-07patch 8.2.4910: imperfect codingv8.2.4910Bram Moolenaar
2022-05-07patch 8.2.4903: cannot get the current cmdline completion type and positionv8.2.4903Shougo Matsushita
2022-05-07patch 8.2.4899: with latin1 encoding CTRL-W might go before the cmdlinev8.2.4899Bram Moolenaar
2022-04-21patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804Yegappan Lakshmanan
2022-04-15patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar
2022-04-09patch 8.2.4723: the ModeChanged autocmd event is inefficientv8.2.4723LemonBoy
2022-03-17patch 8.2.4585: cannot use keypad page-up/down for completion menuv8.2.4585Yegappan Lakshmanan
2022-03-16patch 8.2.4579: cannot use page-up and page-down in the cmdline popup menuv8.2.4579Yegappan Lakshmanan
2022-02-25patch 8.2.4469: Coverity warns for uninitialized variablev8.2.4469Bram Moolenaar
2022-02-16patch 8.2.4398: some command completion functions are too longv8.2.4398Yegappan Lakshmanan
2022-02-10patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menuv8.2.4339Yegappan Lakshmanan
2022-02-08patch 8.2.4328: command line complete matches cleard when typing characterv8.2.4328Bram Moolenaar
2022-02-08patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325Yegappan Lakshmanan
2022-01-25patch 8.2.4214: illegal memory access with large 'tabstop' in Ex modev8.2.4214Bram Moolenaar
2022-01-15patch 8.2.4099: Vim9: cannot use Vim9 syntax in mappingv8.2.4099Bram Moolenaar
2022-01-08patch 8.2.4045: some global functions are only used in one filev8.2.4045Yegappan Lakshmanan
2022-01-05patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar
2022-01-05patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar
2022-01-01patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar