summaryrefslogtreecommitdiffstats
path: root/src/undo.c
AgeCommit message (Expand)Author
2024-07-28patch 9.1.0633: Compilation warnings with `-Wunused-parameter`v9.1.0633Dominique Pellé
2024-02-15patch 9.1.0113: duplicate code when cleaning undo stackv9.1.0113Christian Brabandt
2023-08-20patch 9.0.1763: crash when passing invalid buffer to undotree()v9.0.1763zeertzjq
2023-08-11patch 9.0.1686: undotree() only works for the current bufferv9.0.1686Devin J. Pohly
2023-05-31patch 9.0.1594: some internal error messages are translatedv9.0.1594RestorerZ
2023-01-26patch 9.0.1246: code is indented more than necessaryv9.0.1246Yegappan Lakshmanan
2023-01-02patch 9.0.1133: error message names do not match the itemsv9.0.1133Bram Moolenaar
2022-09-27patch 9.0.0608: with spelling, deleting a full stop does not update next linev9.0.0608Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-05-29patch 8.2.5041: cannot close a terminal popup with "NONE" jobv8.2.5041Bram Moolenaar
2022-05-27patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq
2022-05-26patch 8.2.5023: substitute overwrites allocated bufferv8.2.5023Bram Moolenaar
2022-05-12patch 8.2.4941: '[ and '] marks may be wrong after undov8.2.4941LemonBoy
2022-04-15patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar
2022-02-14patch 8.2.4379: an empty change is reported to a listenerv8.2.4379Bram Moolenaar
2022-01-28patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-25patch 8.2.4217: illegal memory access when undo makes Visual area invalidv8.2.4217Bram Moolenaar
2022-01-08patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar
2022-01-05patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar
2022-01-05patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar
2022-01-05patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar
2022-01-02patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar
2022-01-01patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar
2021-12-13patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar
2021-10-14patch 8.2.3509: undo file is not syncedv8.2.3509Bram Moolenaar
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
2021-07-25patch 8.2.3218: when using xchaha20 crypt undo file is not removedv8.2.3218Christian Brabandt
2021-07-21patch 8.2.3197: error messages are spread outv8.2.3197Bram Moolenaar
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-06-20patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt
2020-08-30patch 8.2.1547: various comment problemsv8.2.1547Bram Moolenaar
2020-06-12patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar
2020-05-30patch 8.2.0846: build failure with small featuresv8.2.0846Bram Moolenaar
2020-05-30patch 8.2.0844: text properties crossing lines not handled correctlyv8.2.0844Bram Moolenaar
2020-04-30patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar
2020-04-21patch 8.2.0614: get ml_get error when deleting a line in 'completefunc'v8.2.0614Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2019-12-05patch 8.1.2396: using old C style commentsv8.1.2396Bram Moolenaar
2019-11-02patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar
2019-10-27patch 8.1.2225: the "last used" info of a buffer is under usedv8.1.2225Bram Moolenaar
2019-09-21patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar
2019-09-10patch 8.1.2021: some global functions can be local to the filev8.1.2021Bram Moolenaar
2019-09-08patch 8.1.2008: error for invalid range when using listener and undov8.1.2008Bram Moolenaar
2019-09-04patch 8.1.1981: the evalfunc.c file is too bigv8.1.1981Bram Moolenaar
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-08-04patch 8.1.1812: reading a truncted undo file hangs Vimv8.1.1812Bram Moolenaar
2019-06-18patch 8.1.1567: localtime_r() does not respond to $TZ changesv8.1.1567Bram Moolenaar
2019-06-08patch 8.1.1498: ":write" increments b:changedtick even though nothing changedv8.1.1498Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-24patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar