summaryrefslogtreecommitdiff
path: root/src/undo.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1246: code is indented more than necessaryv9.0.1246Yegappan Lakshmanan2023-01-261-34/+34
* patch 9.0.1133: error message names do not match the itemsv9.0.1133Bram Moolenaar2023-01-021-1/+2
* patch 9.0.0608: with spelling, deleting a full stop does not update next linev9.0.0608Bram Moolenaar2022-09-271-0/+9
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-1/+1
* patch 8.2.5041: cannot close a terminal popup with "NONE" jobv8.2.5041Bram Moolenaar2022-05-291-1/+1
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-271-2/+2
* patch 8.2.5023: substitute overwrites allocated bufferv8.2.5023Bram Moolenaar2022-05-261-0/+6
* patch 8.2.4941: '[ and '] marks may be wrong after undov8.2.4941LemonBoy2022-05-121-1/+8
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-151-1/+1
* patch 8.2.4379: an empty change is reported to a listenerv8.2.4379Bram Moolenaar2022-02-141-2/+2
* 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.4217: illegal memory access when undo makes Visual area invalidv8.2.4217Bram Moolenaar2022-01-251-0/+2
* patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar2022-01-081-1/+1
* patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar2022-01-051-1/+1
* patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar2022-01-051-14/+11
* patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar2022-01-051-1/+1
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-3/+3
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-011-3/+3
* patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar2021-12-131-3/+1
* patch 8.2.3509: undo file is not syncedv8.2.3509Bram Moolenaar2021-10-141-0/+5
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-0/+3
* patch 8.2.3218: when using xchaha20 crypt undo file is not removedv8.2.3218Christian Brabandt2021-07-251-0/+22
* patch 8.2.3197: error messages are spread outv8.2.3197Bram Moolenaar2021-07-211-1/+1
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-1/+1
* patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt2021-06-201-4/+8
* patch 8.2.1547: various comment problemsv8.2.1547Bram Moolenaar2020-08-301-1/+2
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-1/+1
* patch 8.2.0846: build failure with small featuresv8.2.0846Bram Moolenaar2020-05-301-0/+2
* patch 8.2.0844: text properties crossing lines not handled correctlyv8.2.0844Bram Moolenaar2020-05-301-3/+41
* patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar2020-04-301-1/+1
* 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.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-5/+5
* patch 8.1.2396: using old C style commentsv8.1.2396Bram Moolenaar2019-12-051-243/+243
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-1/+1
* patch 8.1.2225: the "last used" info of a buffer is under usedv8.1.2225Bram Moolenaar2019-10-271-34/+2
* patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar2019-09-211-1/+1
* patch 8.1.2021: some global functions can be local to the filev8.1.2021Bram Moolenaar2019-09-101-2/+2
* patch 8.1.2008: error for invalid range when using listener and undov8.1.2008Bram Moolenaar2019-09-081-25/+38
* patch 8.1.1981: the evalfunc.c file is too bigv8.1.1981Bram Moolenaar2019-09-041-0/+59
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-1/+2
* patch 8.1.1812: reading a truncted undo file hangs Vimv8.1.1812Bram Moolenaar2019-08-041-0/+6
* patch 8.1.1567: localtime_r() does not respond to $TZ changesv8.1.1567Bram Moolenaar2019-06-181-7/+1
* patch 8.1.1498: ":write" increments b:changedtick even though nothing changedv8.1.1498Bram Moolenaar2019-06-081-1/+1
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-12/+9
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-3/+2
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-4/+9
* patch 8.1.1316: duplicated localtime() callv8.1.1316Bram Moolenaar2019-05-111-1/+0
* patch 8.1.1313: warnings for using localtime() and ctime()v8.1.1313Bram Moolenaar2019-05-101-0/+8
* patch 8.1.1207: some compilers give warning messagesv8.1.1207Bram Moolenaar2019-04-261-1/+1
* patch 8.1.1053: warning for missing return statementv8.1.1053Bram Moolenaar2019-03-261-0/+1