summaryrefslogtreecommitdiff
path: root/src/ex_getln.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-20/+2
* patch 9.0.0500: when quitting cmdline window with CTRL-C it remains visiblev9.0.0500Bram Moolenaar2022-09-181-6/+13
* patch 9.0.0490: using freed memory with cmdwin and BufEnter autocmdv9.0.0490Bram Moolenaar2022-09-171-2/+6
* patch 9.0.0469: cursor moves if cmdwin is closed when 'splitscroll' is offv9.0.0469Luuk van Baal2022-09-151-4/+2
* patch 9.0.0465: cursor moves when cmdwin is closed when 'splitscroll' is offv9.0.0465mityu2022-09-141-0/+5
* patch 9.0.0447: using :echowin while at the hit-enter prompt causes problemsv9.0.0447Bram Moolenaar2022-09-111-1/+2
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-311-28/+0
* patch 9.0.0321: cannot use the message popup window directlyv9.0.0321Bram Moolenaar2022-08-291-0/+7
* patch 9.0.0320: command line type of CmdlineChange differs from getcmdtype()v9.0.0320zeertzjq2022-08-291-58/+40
* patch 9.0.0318: clearing screen causes flickerv9.0.0318Bram Moolenaar2022-08-291-1/+1
* patch 9.0.0316: screen flickers when 'cmdheight' is zerov9.0.0316Bram Moolenaar2022-08-291-1/+1
* patch 9.0.0299: error messages for setcmdline() could be betterv9.0.0299Yegappan Lakshmanan2022-08-281-4/+2
* patch 9.0.0293: messages window not hidden when starting a command linev9.0.0293Bram Moolenaar2022-08-281-0/+3
* patch 9.0.0285: it is not easy to change the command line from a pluginv9.0.0285Shougo Matsushita2022-08-271-0/+58
* patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'v9.0.0279Bram Moolenaar2022-08-261-48/+6
* patch 9.0.0271: using INIT() in non-header filesv9.0.0271zeertzjq2022-08-261-1/+1
* patch 9.0.0239: build failure without the +wildmenu featurev9.0.0239Bram Moolenaar2022-08-211-2/+2
* patch 9.0.0238: Shift-Tab shows matches on cmdline when 'wildmenu' is offv9.0.0238Bram Moolenaar2022-08-211-1/+6
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-9/+9
* patch 9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a windowv9.0.0115Bram Moolenaar2022-07-301-2/+11
* patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita2022-07-301-0/+16
* patch 9.0.0099: scrollback can be wrong after redrawing the command linev9.0.0099zeertzjq2022-07-281-1/+2
* patch 9.0.0086: tabline is not redrawn when entering command linev9.0.0086zeertzjq2022-07-261-0/+7
* patch 9.0.0083: ModeChanged event not triggered when leaving cmdline windowv9.0.0083zeertzjq2022-07-261-0/+1
* patch 9.0.0082: cannot interrupt global command from command linev9.0.0082zeertzjq2022-07-261-3/+2
* patch 9.0.0051: using CTRL-C wih :append may hang Vimv9.0.0051zeertzjq2022-07-141-0/+2
* patch 8.2.5149: cannot build without the +eval featurev8.2.5149Bram Moolenaar2022-06-221-0/+4
* patch 8.2.5148: invalid memory access when using expression on command linev8.2.5148Bram Moolenaar2022-06-221-2/+3
* patch 8.2.5106: default cmdwin mappings are re-mappablev8.2.5106zeertzjq2022-06-161-2/+2
* patch 8.2.5088: value of cmod_verbose is a bit complicated to usev8.2.5088zeertzjq2022-06-141-1/+0
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-051-6/+2
* patch 8.2.5044: command line test failsv8.2.5044Bram Moolenaar2022-05-301-4/+2
* patch 8.2.5043: can open a cmdline window from a substitute expressionv8.2.5043Bram Moolenaar2022-05-301-0/+19
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-271-21/+9
* patch 8.2.4975: recursive command line loop may cause a crashv8.2.4975Bram Moolenaar2022-05-171-0/+12
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-1/+1
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-10/+10
* patch 8.2.4910: imperfect codingv8.2.4910Bram Moolenaar2022-05-071-2/+2
* patch 8.2.4903: cannot get the current cmdline completion type and positionv8.2.4903Shougo Matsushita2022-05-071-0/+58
* patch 8.2.4899: with latin1 encoding CTRL-W might go before the cmdlinev8.2.4899Bram Moolenaar2022-05-071-4/+7
* patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804Yegappan Lakshmanan2022-04-211-1/+1
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-151-2/+4
* patch 8.2.4723: the ModeChanged autocmd event is inefficientv8.2.4723LemonBoy2022-04-091-2/+2
* patch 8.2.4585: cannot use keypad page-up/down for completion menuv8.2.4585Yegappan Lakshmanan2022-03-171-8/+7
* patch 8.2.4579: cannot use page-up and page-down in the cmdline popup menuv8.2.4579Yegappan Lakshmanan2022-03-161-9/+38
* patch 8.2.4469: Coverity warns for uninitialized variablev8.2.4469Bram Moolenaar2022-02-251-1/+1
* patch 8.2.4398: some command completion functions are too longv8.2.4398Yegappan Lakshmanan2022-02-161-2/+4
* patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menuv8.2.4339Yegappan Lakshmanan2022-02-101-15/+20
* patch 8.2.4328: command line complete matches cleard when typing characterv8.2.4328Bram Moolenaar2022-02-081-1/+2
* patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325Yegappan Lakshmanan2022-02-081-5/+50