summaryrefslogtreecommitdiff
path: root/src/ex_getln.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1550: in cmdline window S-Tab does not select previous completionv9.0.1550Bram Moolenaar2023-05-131-0/+4
* patch 9.0.1460: insufficient testing for getcmdcompltype()v9.0.1460zeertzjq2023-04-171-3/+3
* patch 9.0.1444: crash when passing NULL to setcmdline()v9.0.1444zeertzjq2023-04-121-1/+2
* patch 9.0.1380: CTRL-X on 2**64 subtracts twov9.0.1380Bram Moolenaar2023-03-041-2/+2
* patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan2023-02-201-1/+1
* patch 9.0.1299: change for triggering incsearch not sufficiently testedv9.0.1299zeertzjq2023-02-111-7/+5
* patch 9.0.1298: inserting register on the cmdline does not trigger incsearchv9.0.1298K.Takata2023-02-101-7/+12
* patch 9.0.1290: CTRL-N and -P on cmdline don't trigger CmdlineChangedv9.0.1290zeertzjq2023-02-061-2/+2
* patch 9.0.1166: code is indented more than necessaryv9.0.1166Yegappan Lakshmanan2023-01-091-8/+8
* patch 9.0.1132: code is indented more than neededv9.0.1132Yegappan Lakshmanan2023-01-021-5/+5
* patch 9.0.1115: code is indented more than neededv9.0.1115Yegappan Lakshmanan2022-12-301-31/+31
* patch 9.0.1040: test for <Cmd> mapping with CmdlineChanged failsv9.0.1040Bram Moolenaar2022-12-091-3/+6
* patch 9.0.1039: using a <Cmd> mapping CmdlineChanged may be triggered twicev9.0.1039Bram Moolenaar2022-12-091-2/+4
* patch 9.0.1038: function name does not match what it is used forv9.0.1038zeertzjq2022-12-091-11/+10
* patch 9.0.0980: the keyboard state response may end up in a shell commandv9.0.0980Bram Moolenaar2022-12-011-0/+3
* patch 9.0.0892: may redraw when not neededv9.0.0892Bram Moolenaar2022-11-171-0/+2
* patch 9.0.0886: horizontal mouse scroll only works in the GUIv9.0.0886Christopher Plewright2022-11-151-1/+1
* 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