summaryrefslogtreecommitdiff
path: root/src/undo.c
Commit message (Expand)AuthorAgeFilesLines
* updated for version 7.3.634v7.3.634Bram Moolenaar2012-08-231-4/+1
* updated for version 7.3.533v7.3.533Bram Moolenaar2012-06-011-0/+1
* updated for version 7.3.367v7.3.367Bram Moolenaar2011-12-081-1/+1
* updated for version 7.3.107v7.3.107Bram Moolenaar2011-01-221-1/+1
* updated for version 7.3.103v7.3.103Bram Moolenaar2011-01-221-2/+2
* updated for version 7.3.085v7.3.085Bram Moolenaar2010-12-171-4/+0
* updated for version 7.3.083v7.3.083Bram Moolenaar2010-12-171-1/+1
* updated for version 7.3.048v7.3.048Bram Moolenaar2010-11-031-3/+12
* Fix: ml_get errors when using undo with 'virtualedit'.Bram Moolenaar2010-08-071-8/+11
* When undoing a reload, move the cursor to the first changed line.Bram Moolenaar2010-08-041-0/+36
* Fix: editing a not encrypted file after a crypted file messed up reading theBram Moolenaar2010-07-251-3/+3
* Add the 'undoreload' option to be able to undo a file reload.Bram Moolenaar2010-07-241-43/+49
* Add the 'concealcursor' option to decide when the cursor line is to beBram Moolenaar2010-07-231-1/+1
* Fix build problem when fchown() not available. (Gary Johnson)Bram Moolenaar2010-07-211-3/+4
* Rename w_p_conceal to w_p_conc for consistency.Bram Moolenaar2010-07-191-1/+1
* Fixes and improvements for MS-Windows build.Bram Moolenaar2010-07-181-45/+38
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-69/+69
* Make synstack() work on the character just after the end of the line.Bram Moolenaar2010-07-081-0/+19
* Apply patch 7.2.445.Bram Moolenaar2010-07-071-5/+36
* Make updating text for conceal mode simpler. A few compiler warning fixes.Bram Moolenaar2010-07-021-2/+14
* Added ":earlier 1f" and ":later 1f".Bram Moolenaar2010-06-271-18/+89
* Add file save counter to undo information. Add undotree() function.Bram Moolenaar2010-06-271-13/+149
* Fix compiler warnings for shadowed variables. Make 'conceal' a long insteadBram Moolenaar2010-06-221-7/+7
* Crypt the swapfile.Bram Moolenaar2010-06-211-0/+22
* Fix tiny build, move functions to undo.c.Bram Moolenaar2010-06-141-1/+59
* Minor typo and docs update.Bram Moolenaar2010-06-121-1/+1
* Fix a few compiler warnings. Fix crash with encrypted undo file.Bram Moolenaar2010-06-061-1/+7
* Optimize the blowfish crypt/decrypt code a bit more.Bram Moolenaar2010-06-021-1/+1
* Don't use pointers to store numbers, use a union.Bram Moolenaar2010-06-011-129/+138
* Crypt the text in the undo file if the file itself is crypted.Bram Moolenaar2010-05-301-17/+50
* Made reading/writing undo info a bit more robust.Bram Moolenaar2010-05-301-160/+230
* Added the undofile() function. Updated runtime files.Bram Moolenaar2010-05-301-2/+1
* Do not write an undo file if there is nothing to undo.Bram Moolenaar2010-05-301-5/+42
* updated for version 7.2.441Bram Moolenaar2010-05-301-0/+2
* A bit of cleanup and simplification for undofile.Bram Moolenaar2010-05-301-38/+31
* A few more fixes for undo file. Split test in two parts so that it doesn'tBram Moolenaar2010-05-301-2/+3
* Various improvements to undo file code to make it more robust.Bram Moolenaar2010-05-291-442/+526
* Remove old and unused method to allocate memory for undo.Bram Moolenaar2010-05-291-452/+49
* Fix a few more things for persistent undo.Bram Moolenaar2010-05-291-21/+31
* More strict checks for the undo file.Bram Moolenaar2010-05-261-31/+54
* Fix for using ":wundo foo" when foo is an empty file.Bram Moolenaar2010-05-251-3/+4
* And another small fix for persistent undo.Bram Moolenaar2010-05-241-2/+2
* Fix: :wundo didn't work in a buffer without a name.Bram Moolenaar2010-05-241-12/+25
* Improve the MS-Windows installer.Bram Moolenaar2010-05-241-8/+14
* Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar2010-05-241-2/+3
* Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar2010-05-231-3/+800
* Add :nbstart and :nbclose.Bram Moolenaar2010-05-221-1/+1
* First step in the Vim 7.3 branch. Changed version numbers.Bram Moolenaar2010-05-151-7/+5
* updated for version 7.1-249v7.1.249Bram Moolenaar2008-02-131-3/+5
* updated for version 7.1-155v7.1.155Bram Moolenaar2007-11-101-0/+8