aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo.c
Commit message (Expand)AuthorAge
* Extmarks: Save extmark undo information to undofile.chentau2021-03-02
* buffer_updates: autoload episode III: revenge of the treesBjörn Linse2021-02-14
* fix: Include auto/config.h before HAVE_* preprocessor checksJames McCoy2020-12-15
* vim-patch:8.1.2064: MS-Windows: compiler warnings for unused argumentsJan Edmund Lazo2020-12-06
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.1.1812: reading a truncted undo file hangs VimJan Edmund Lazo2020-10-05
* undo: fix possibility of abortingerw72020-10-02
* vim-patch:8.1.2225: the "last used" info of a buffer is under usedRob Pilling2020-04-21
* vim-patch:8.1.0091: MS-Windows: Cannot interrupt gdb when program is runningerw72020-02-12
* shed biking: it's always extmarks, never marks extendedBjörn Linse2020-01-20
* extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2020-01-16
* PVS/V618: fix emsgf format specifier #11643Husain Alshehhi2020-01-01
* extmark: don't crash in RO buffer.Björn Linse2019-11-16
* undo: delete undo_off global without effectBjörn Linse2019-11-16
* extmark: review changesBjörn Linse2019-11-11
* nsmarks: initial committimeyyy2019-11-11
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* vim-patch:8.1.1498: ":write" increments b:changedtick even though nothing cha...Justin M. Keyes2019-09-04
* vim-patch:8.0.0858: check if job terminal is running #10908Jan Edmund Lazo2019-09-01
* includesDaniel Hahler2019-08-07
* vim-patch:8.1.1049: when user tries to exit with CTRL-C message is confusingJan Edmund Lazo2019-07-28
* cleanup: remove mch_fopen in favor of os_fopenJustin M. Keyes2019-07-25
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* cleanup: remove HAVE_SELINUX #10040Justin M. Keyes2019-05-21
* lintJan Edmund Lazo2019-04-30
* lintJustin M. Keyes2019-04-29
* verb_msg: remove char_uJustin M. Keyes2019-04-29
* vim-patch:8.1.1207: some compilers give warning messagesJan Edmund Lazo2019-04-27
* vim-patch:8.0.0776: function prototypes missing without the quickfix featureJan Edmund Lazo2019-04-14
* vim-patch:8.1.0308: a quick undo shows "1 seconds ago"Jan Edmund Lazo2019-04-05
* vim-patch:8.1.0135: undo message delays screen update for CTRL-O uJan Edmund Lazo2019-04-04
* Merge #9036 'func_attr_printf'Justin M. Keyes2018-10-07
|\
| * fixed lint errorsMichaHoffmann2018-09-24
| * add func_attr_printf in :MichaHoffmann2018-09-24
* | undo: Fix infinite loop if undo_read_byte returns EOF #2880ssteinbach2018-09-30
|/
* vim-patch:8.0.1443: compiler complains about uninitialized variableJan Edmund Lazo2018-09-17
* lintJan Edmund Lazo2018-08-20
* undo: undo_undoes is boolJan Edmund Lazo2018-08-20
* undo: did_undo,absolute in u_undo_end() are boolJan Edmund Lazo2018-08-20
* undo: update undo_time() function signatureJan Edmund Lazo2018-08-20
* undo: above,did_undo in undo_time() are boolJan Edmund Lazo2018-08-20
* vim-patch:8.0.1441: using ":undo 0" leaves undo in wrong stateJan Edmund Lazo2018-08-20
* memline: copy in ml_replace() is boolJan Edmund Lazo2018-08-07
* *: Replace b_changedtick with new always-inline functionsZyX2018-06-22
* vim-patch:8.0.0636: when reading the undo file fails may use uninitialized da...Jan Edmund Lazo2018-06-20
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* Merge #7917 'API: buffer updates'Justin M. Keyes2018-06-08
|\
| * Rename some more, fixe borked renamingKillTheMule2018-05-23