summaryrefslogtreecommitdiff
path: root/src/edit.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0980: the keyboard state response may end up in a shell commandv9.0.0980Bram Moolenaar2022-12-011-3/+8
* patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebugv9.0.0930Bram Moolenaar2022-11-231-1/+1
* patch 9.0.0917: the WinScrolled autocommand event is not enoughv9.0.0917Bram Moolenaar2022-11-221-1/+1
* patch 9.0.0886: horizontal mouse scroll only works in the GUIv9.0.0886Christopher Plewright2022-11-151-1/+1
* patch 9.0.0751: 'scrolloff' does not work well with 'smoothscroll'v9.0.0751Bram Moolenaar2022-10-141-2/+2
* patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij2022-10-131-24/+0
* patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll'v9.0.0734Bram Moolenaar2022-10-121-0/+3
* patch 9.0.0664: bad redrawing with spell checking, using "C" and "$" in 'cpo'v9.0.0664Bram Moolenaar2022-10-051-2/+2
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-4/+0
* patch 9.0.0608: with spelling, deleting a full stop does not update next linev9.0.0608Bram Moolenaar2022-09-271-7/+0
* patch 9.0.0603: with 'nosplitscroll' folds are not handled correctlyv9.0.0603Luuk van Baal2022-09-271-80/+100
* patch 9.0.0590: after exiting Insert mode spelling not checked in next linev9.0.0590Bram Moolenaar2022-09-251-0/+7
* patch 9.0.0218: reading before the start of the linev9.0.0218Bram Moolenaar2022-08-161-1/+2
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-3/+3
* patch 9.0.0130: cursor position wrong when inserting around virtual textv9.0.0130Bram Moolenaar2022-08-011-2/+7
* patch 9.0.0124: code has more indent than neededv9.0.0124zeertzjq2022-07-311-42/+43
* patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar2022-07-251-19/+32
* patch 9.0.0013: reproducing memory access errors can be difficultv9.0.0013Bram Moolenaar2022-06-301-2/+2
* patch 8.2.5162: reading before the start of the line with BS in Replace modev8.2.5162Bram Moolenaar2022-06-261-1/+1
* patch 8.2.5056: the channel log only contains some of the raw terminal outputv8.2.5056Bram Moolenaar2022-06-041-6/+4
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-271-4/+3
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-65/+1
* patch 8.2.4969: changing text in Visual mode may cause invalid memory accessv8.2.4969Bram Moolenaar2022-05-161-10/+2
* patch 8.2.4951: smart indenting done when not enabledv8.2.4951Bram Moolenaar2022-05-141-1/+1
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-7/+6
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-42/+42
* patch 8.2.4876: MS-Windows: Shift-BS results in strange char in powershellv8.2.4876Christian Brabandt2022-05-051-0/+1
* patch 8.2.4865: :startinsert right after :stopinsert may not workv8.2.4865zeertzjq2022-05-041-1/+1
* patch 8.2.4846: termcodes test failsv8.2.4846zeertzjq2022-04-291-0/+8
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-151-2/+2
* patch 8.2.4739: accessing freed memory after WinScrolled autocmd eventv8.2.4739zeertzjq2022-04-121-1/+1
* patch 8.2.4723: the ModeChanged autocmd event is inefficientv8.2.4723LemonBoy2022-04-091-3/+3
* patch 8.2.4713: plugins cannot track text scrollingv8.2.4713LemonBoy2022-04-081-0/+3
* patch 8.2.4710: smart indenting does not work after completionv8.2.4710Christian Brabandt2022-04-071-0/+3
* patch 8.2.4707: redrawing could be a bit more efficientv8.2.4707zeertzjq2022-04-071-22/+17
* patch 8.2.4660: cursorcolumn is sometimes not correctv8.2.4660Bram Moolenaar2022-04-011-5/+8
* patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline'v8.2.4639v8.2.4638zeertzjq2022-03-271-4/+0
* patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline"v8.2.4630Bram Moolenaar2022-03-261-0/+4
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-18/+4
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-3/+3
* patch 8.2.4218: illegal memory access with bracketed paste in Ex modev8.2.4218Bram Moolenaar2022-01-251-1/+2
* patch 8.2.4203: entering a character with CTRL-V may include modifiersv8.2.4203zeertzjq2022-01-241-0/+9
* patch 8.2.4099: Vim9: cannot use Vim9 syntax in mappingv8.2.4099Bram Moolenaar2022-01-151-2/+3
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-0/+2
* patch 8.2.4001: insert complete code uses global variablesv8.2.4001Yegappan Lakshmanan2022-01-041-2/+2
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3935: CTRL-U in Insert mode does not fix the indentv8.2.3935Bram Moolenaar2021-12-291-0/+15
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-2/+2
* patch 8.2.3828: when opening a terminal from a timer first typed char is lostv8.2.3828Bram Moolenaar2021-12-161-2/+7
* patch 8.2.3787: no proper formatting of a C line comment after a statementv8.2.3787Bram Moolenaar2021-12-121-1/+2