summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
AgeCommit message (Expand)Author
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-05-18patch 8.2.2870: CmdlineChange event triggered twice for CTRL-Rv8.2.2870Bram Moolenaar
2021-05-15patch 8.2.2853: window is not updated after using <Cmd> mappingv8.2.2853Bram Moolenaar
2021-05-15patch 8.2.2851: using <Cmd> mapping on the command line triggers CmdlineChangedv8.2.2851Bram Moolenaar
2021-04-08patch 8.2.2737: status line not updated when local 'statusline' option setv8.2.2737Bram Moolenaar
2021-04-01patch 8.2.2689: tiny build failsv8.2.2689Bram Moolenaar
2021-04-01patch 8.2.2686: status line is not updated when going to cmdline modev8.2.2686Bram Moolenaar
2021-02-10patch 8.2.2492: command line buffer name cannot be translatedv8.2.2492Bram Moolenaar
2021-02-06patch 8.2.2473: crash when leaving command line window triggers autocommandv8.2.2473Bram Moolenaar
2021-01-27patch 8.2.2416: may get stuck in command line window statev8.2.2416Bram Moolenaar
2021-01-26patch 8.2.2414: using freed memory when closing the cmdline windowv8.2.2414Bram Moolenaar
2021-01-26patch 8.2.2413: crash when using :all while using a cmdline windowv8.2.2413Bram Moolenaar
2021-01-04patch 8.2.2295: incsearch does not detect empty pattern properlyv8.2.2295Bram Moolenaar
2020-12-21patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar
2020-12-03patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode characterv8.2.2084Bram Moolenaar
2020-11-14patch 8.2.1983: ml_get error when using <Cmd> to open a terminalv8.2.1983Bram Moolenaar
2020-11-12patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar
2020-10-24patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar
2020-09-14patch 8.2.1679: Vim9: ":*" is not recognized as a rangev8.2.1679Bram Moolenaar
2020-09-07patch 8.2.1634: loop to handle keys for the command line is too longv8.2.1634Bram Moolenaar
2020-09-06patch 8.2.1622: loop to handle keys for the command line is too longv8.2.1622Bram Moolenaar
2020-09-04patch 8.2.1587: loop for handling keys for the command line is too longv8.2.1587Bram Moolenaar
2020-09-03patch 8.2.1580: wildmenu does not work properlyv8.2.1580Bram Moolenaar
2020-08-20patch 8.2.1491: Vim9: crash when compiling heredoc lines start with commentv8.2.1491Bram Moolenaar
2020-06-07patch 8.2.0919: merging modifier for modifyOtherKeys is done twicev8.2.0919Bram Moolenaar
2020-06-06patch 8.2.0911: crash when opening a buffer for the cmdline window failsv8.2.0911Bram Moolenaar
2020-04-30patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar
2020-04-29patch 8.2.0662: cannot use input() in a channel callbackv8.2.0662Bram Moolenaar
2020-04-25patch 8.2.0637: incsearch highlighting does not work for ":sort!"v8.2.0637Bram Moolenaar
2020-04-21patch 8.2.0614: get ml_get error when deleting a line in 'completefunc'v8.2.0614Bram Moolenaar
2020-04-14patch 8.2.0578: heredoc for interfaces does not support "trim"v8.2.0578Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-02patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar
2020-03-19patch 8.2.0413: buffer menu does not handle special buffers properlyv8.2.0413Bram Moolenaar
2020-03-18patch 8.2.0399: various memory leaksv8.2.0399Bram Moolenaar
2020-02-21patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar
2019-12-14patch 8.2.0004: get E685 and E931 if buffer reload is interruptedv8.2.0004Bram Moolenaar
2019-12-04patch 8.1.2385: opening cmdline window with feedkeys() does not workv8.1.2385Bram Moolenaar
2019-12-01patch 8.1.2379: using old C style commentsv8.1.2379Bram Moolenaar
2019-11-26patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeysv8.1.2350Bram Moolenaar
2019-11-26patch 8.1.2346: CTRL-R CTRL-R doesn't work with modifyOtherKeysv8.1.2346Bram Moolenaar
2019-11-23patch 8.1.2338: using Visual mark sith :s gives E20 if not setv8.1.2338Bram Moolenaar
2019-11-21patch 8.1.2331: the option.c file is still very bigv8.1.2331Bram Moolenaar
2019-10-27patch 8.1.2225: the "last used" info of a buffer is under usedv8.1.2225Bram Moolenaar
2019-10-26patch 8.1.2222: accessing invalid memoryv8.1.2222Bram Moolenaar
2019-10-18patch 8.1.2173: searchit() has too many argumentsv8.1.2173Bram Moolenaar
2019-10-17patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar
2019-10-06patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar
2019-10-01patch 8.1.2108: cannot close the cmdline window from CmdWinEnterv8.1.2108Bram Moolenaar
2019-09-21patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar