aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo.c
Commit message (Expand)AuthorAge
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* vim-patch:8.1.2396: using old C style commentsDundar Göc2021-10-21
* refactor: remove space after starDundar Göc2021-10-19
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * vim-patch:8.1.2396: using old C style commentsDundar Göc2021-10-06
* | refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* | fix(extmarks): splice extmarks on nv_Undo #15920Tony Chen2021-10-06
|/
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* refactor: format with uncrustify #15872dundargoc2021-10-02
* fix: remove trailing slashes before making directoryGregory Anders2021-08-27
* refactor: replace TRUE/FALSE with true/false #15425dundargoc2021-08-22
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-08-12
* fix: fix incorrect call sites of xcallocGregory Anders2021-07-24
* refactor(undo): don't assume curbuf in u_compute_hashThomas Vigouroux2021-07-09
* refactor(undo): remove last occurence of save_curbufThomas Vigouroux2021-07-08
* style(undo): remove unnecessary commentThomas Vigouroux2021-07-06
* buffer: move BUFEMPTY to a functionThomas Vigouroux2021-07-06
* undo: reduce reliance on curbufThomas Vigouroux2021-07-06
* buffer: don't rely on curbuf in BUFEMPTYThomas Vigouroux2021-07-06
* undo: pvs/v547Jan Edmund Lazo2021-06-05
* 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