summaryrefslogtreecommitdiff
path: root/src/ex_getln.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3763: when editing the cmdline a callback may cause a scroll upv8.2.3763Bram Moolenaar2021-12-091-0/+4
* patch 8.2.3629: command completion in cmdline window uses global commandsv8.2.3629mityu2021-11-201-0/+9
* patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" worksv8.2.3530Bram Moolenaar2021-10-171-7/+12
* patch 8.2.3471: crash when using CTRL-T after an empty search patternv8.2.3471Bram Moolenaar2021-10-041-1/+7
* patch 8.2.3430: no generic way to trigger an autocommand on mode changev8.2.3430=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-09-121-0/+10
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-2/+15
* patch 8.2.3225: incsearch highlighting is attempted halfway a mappingv8.2.3225Bram Moolenaar2021-07-261-1/+1
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-1/+1
* patch 8.2.2870: CmdlineChange event triggered twice for CTRL-Rv8.2.2870Bram Moolenaar2021-05-181-1/+4
* patch 8.2.2853: window is not updated after using <Cmd> mappingv8.2.2853Bram Moolenaar2021-05-151-3/+6
* patch 8.2.2851: using <Cmd> mapping on the command line triggers CmdlineChangedv8.2.2851Bram Moolenaar2021-05-151-3/+11
* patch 8.2.2737: status line not updated when local 'statusline' option setv8.2.2737Bram Moolenaar2021-04-081-3/+12
* patch 8.2.2689: tiny build failsv8.2.2689Bram Moolenaar2021-04-011-0/+2
* patch 8.2.2686: status line is not updated when going to cmdline modev8.2.2686Bram Moolenaar2021-04-011-0/+9
* patch 8.2.2492: command line buffer name cannot be translatedv8.2.2492Bram Moolenaar2021-02-101-1/+1
* patch 8.2.2473: crash when leaving command line window triggers autocommandv8.2.2473Bram Moolenaar2021-02-061-3/+3
* patch 8.2.2416: may get stuck in command line window statev8.2.2416Bram Moolenaar2021-01-271-0/+1
* patch 8.2.2414: using freed memory when closing the cmdline windowv8.2.2414Bram Moolenaar2021-01-261-1/+6
* patch 8.2.2413: crash when using :all while using a cmdline windowv8.2.2413Bram Moolenaar2021-01-261-1/+3
* patch 8.2.2295: incsearch does not detect empty pattern properlyv8.2.2295Bram Moolenaar2021-01-041-12/+36
* patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar2020-12-211-7/+7
* patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode characterv8.2.2084Bram Moolenaar2020-12-031-12/+6
* patch 8.2.1983: ml_get error when using <Cmd> to open a terminalv8.2.1983Bram Moolenaar2020-11-141-3/+10
* patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar2020-11-121-0/+4
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-5/+5
* patch 8.2.1679: Vim9: ":*" is not recognized as a rangev8.2.1679Bram Moolenaar2020-09-141-3/+7
* patch 8.2.1634: loop to handle keys for the command line is too longv8.2.1634Bram Moolenaar2020-09-071-215/+266
* patch 8.2.1622: loop to handle keys for the command line is too longv8.2.1622Bram Moolenaar2020-09-061-383/+502
* patch 8.2.1587: loop for handling keys for the command line is too longv8.2.1587Bram Moolenaar2020-09-041-213/+4
* patch 8.2.1580: wildmenu does not work properlyv8.2.1580Bram Moolenaar2020-09-031-12/+12
* patch 8.2.1491: Vim9: crash when compiling heredoc lines start with commentv8.2.1491Bram Moolenaar2020-08-201-3/+3
* patch 8.2.0919: merging modifier for modifyOtherKeys is done twicev8.2.0919Bram Moolenaar2020-06-071-0/+2
* patch 8.2.0911: crash when opening a buffer for the cmdline window failsv8.2.0911Bram Moolenaar2020-06-061-3/+13
* patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar2020-04-301-9/+21
* patch 8.2.0662: cannot use input() in a channel callbackv8.2.0662Bram Moolenaar2020-04-291-0/+8
* patch 8.2.0637: incsearch highlighting does not work for ":sort!"v8.2.0637Bram Moolenaar2020-04-251-1/+3
* patch 8.2.0614: get ml_get error when deleting a line in 'completefunc'v8.2.0614Bram Moolenaar2020-04-211-1/+1
* patch 8.2.0578: heredoc for interfaces does not support "trim"v8.2.0578Bram Moolenaar2020-04-141-24/+17
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-6/+6
* patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar2020-04-021-1/+1
* patch 8.2.0413: buffer menu does not handle special buffers properlyv8.2.0413Bram Moolenaar2020-03-191-0/+2
* patch 8.2.0399: various memory leaksv8.2.0399Bram Moolenaar2020-03-181-0/+1
* patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar2020-02-211-8/+14
* patch 8.2.0004: get E685 and E931 if buffer reload is interruptedv8.2.0004Bram Moolenaar2019-12-141-1/+1
* patch 8.1.2385: opening cmdline window with feedkeys() does not workv8.1.2385Bram Moolenaar2019-12-041-1/+2
* patch 8.1.2379: using old C style commentsv8.1.2379Bram Moolenaar2019-12-011-331/+332
* patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeysv8.1.2350Bram Moolenaar2019-11-261-10/+23
* patch 8.1.2346: CTRL-R CTRL-R doesn't work with modifyOtherKeysv8.1.2346Bram Moolenaar2019-11-261-0/+2
* patch 8.1.2338: using Visual mark sith :s gives E20 if not setv8.1.2338Bram Moolenaar2019-11-231-8/+13
* patch 8.1.2331: the option.c file is still very bigv8.1.2331Bram Moolenaar2019-11-211-0/+77