aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo.c
Commit message (Expand)AuthorAge
* 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
* eval: Split and move dict_add_nr_str to typval.cZyX2017-03-29
* eval: Move dict_add_list and dict_add_dict to typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* terminal: 'scrollback'Justin M. Keyes2017-02-26
* terminal: Allow undo and 'modifiable'.Justin M. Keyes2017-02-26
* *: Fix linter errorsZyX2017-02-15
* *: Partial string handling refactoringZyX2017-02-15
* Merge pull request #5869 from hardenedapple/undojoin-curheadJames McCoy2017-02-02
|\
| * Don't set b_u_curhead in ex_undojoin()Matthew Malcomson2017-01-22
* | undo: :earlier, g-: Set b_u_seq_cur correctly. (#6016)Matthew Malcomson2017-01-31
|/
* Bump all nvim-specific error codes above E5000James McCoy2016-11-15
* 'inccommand': buftype=nofile, restore cursor/viewJustin M. Keyes2016-11-10
* lintJustin M. Keyes2016-11-08
* 'inccommand': reworkJustin M. Keyes2016-11-08
* Incsubsitution featureKillTheMule2016-10-30
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* *: Fix new linter errorsZyX2016-05-01
* vim-patch:7.4.1574Florent FAYOLLE2016-03-18