aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo.c
Commit message (Expand)AuthorAge
* 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
| * Some renamings and doc changesKillTheMule2018-05-23
| * Enable -WconversionKillTheMule2018-05-23
| * The grand renamingKillTheMule2018-05-23
| * LintKillTheMule2018-05-23
| * API: Implement buffer updatesPeter Hodge2018-05-23
|/
* undo: Silence PVS/V547: expression may be false on other systemZyX2018-04-22
* vim-patch:8.0.0448: some macros are lower case (#7936)KunMing Xie2018-01-30
* *: Provide list length when allocating listsZyX2018-01-14
* vim-patch:8.0.0074Michael Schupikov2017-12-15
* vim-patch:8.0.0149 (#7127)KunMing Xie2017-08-08
* bufhl: fix moveBjörn Linse2017-06-24
* *: Add comment to all C filesZyX2017-04-19
* vim-patch:8.0.0378James McCoy2017-04-09
* vim-patch:8.0.0377James McCoy2017-04-09
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval,*: Move get_tv_string to typval.cZyX2017-03-29