Sun, 25 Jul 2010 16:05:19 +0200 |
Bram Moolenaar |
Fix: editing a not encrypted file after a crypted file messed up reading the
vim73
|
Sat, 24 Jul 2010 20:27:03 +0200 |
Bram Moolenaar |
Add the 'undoreload' option to be able to undo a file reload.
vim73
|
Fri, 23 Jul 2010 22:10:27 +0200 |
Bram Moolenaar |
Add the 'concealcursor' option to decide when the cursor line is to be
vim73
|
Wed, 21 Jul 2010 20:31:07 +0200 |
Bram Moolenaar |
Fix build problem when fchown() not available. (Gary Johnson)
vim73
|
Mon, 19 Jul 2010 19:52:13 +0200 |
Bram Moolenaar |
Rename w_p_conceal to w_p_conc for consistency.
vim73
|
Sun, 18 Jul 2010 21:42:34 +0200 |
Bram Moolenaar |
Fixes and improvements for MS-Windows build.
vim73
|
Wed, 14 Jul 2010 16:52:17 +0200 |
Bram Moolenaar |
Support completion for ":find". (Nazri Ramliy)
vim73
|
Thu, 08 Jul 2010 22:27:55 +0200 |
Bram Moolenaar |
Make synstack() work on the character just after the end of the line.
vim73
|
Wed, 07 Jul 2010 18:26:28 +0200 |
Bram Moolenaar |
Apply patch 7.2.445.
vim73
|
Fri, 02 Jul 2010 20:20:09 +0200 |
Bram Moolenaar |
Make updating text for conceal mode simpler. A few compiler warning fixes.
vim73
|
Sun, 27 Jun 2010 05:18:54 +0200 |
Bram Moolenaar |
Added ":earlier 1f" and ":later 1f".
vim73
|
Sun, 27 Jun 2010 01:15:55 +0200 |
Bram Moolenaar |
Add file save counter to undo information. Add undotree() function.
vim73
|
Tue, 22 Jun 2010 06:28:58 +0200 |
Bram Moolenaar |
Fix compiler warnings for shadowed variables. Make 'conceal' a long instead
vim73
|
Mon, 21 Jun 2010 06:15:46 +0200 |
Bram Moolenaar |
Crypt the swapfile.
vim73
|
Mon, 14 Jun 2010 01:39:13 +0200 |
Bram Moolenaar |
Fix tiny build, move functions to undo.c.
vim73
|
Sat, 12 Jun 2010 06:46:44 +0200 |
Bram Moolenaar |
Minor typo and docs update.
vim73
|
Sun, 06 Jun 2010 14:20:26 +0200 |
Bram Moolenaar |
Fix a few compiler warnings. Fix crash with encrypted undo file.
vim73
|
Wed, 02 Jun 2010 20:32:23 +0200 |
Bram Moolenaar |
Optimize the blowfish crypt/decrypt code a bit more.
vim73
|
Tue, 01 Jun 2010 19:58:08 +0200 |
Bram Moolenaar |
Don't use pointers to store numbers, use a union.
vim73
|
Sun, 30 May 2010 22:48:02 +0200 |
Bram Moolenaar |
Crypt the text in the undo file if the file itself is crypted.
vim73
|
Sun, 30 May 2010 20:40:11 +0200 |
Bram Moolenaar |
Made reading/writing undo info a bit more robust.
vim73
|
Sun, 30 May 2010 18:30:36 +0200 |
Bram Moolenaar |
Added the undofile() function. Updated runtime files.
vim73
|
Sun, 30 May 2010 17:17:42 +0200 |
Bram Moolenaar |
Do not write an undo file if there is nothing to undo.
vim73
|
Sun, 30 May 2010 16:55:22 +0200 |
Bram Moolenaar |
updated for version 7.2.441
vim73
|
Sun, 30 May 2010 16:01:37 +0200 |
Bram Moolenaar |
A bit of cleanup and simplification for undofile.
vim73
|
Sun, 30 May 2010 13:26:21 +0200 |
Bram Moolenaar |
A few more fixes for undo file. Split test in two parts so that it doesn't
vim73
|
Sat, 29 May 2010 20:33:07 +0200 |
Bram Moolenaar |
Various improvements to undo file code to make it more robust.
vim73
|
Sat, 29 May 2010 15:40:47 +0200 |
Bram Moolenaar |
Remove old and unused method to allocate memory for undo.
vim73
|
Sat, 29 May 2010 15:11:47 +0200 |
Bram Moolenaar |
Fix a few more things for persistent undo.
vim73
|
Wed, 26 May 2010 21:21:00 +0200 |
Bram Moolenaar |
More strict checks for the undo file.
vim73
|