Bram Moolenaar
|
ce69e82711
|
Fix build problem when fchown() not available. (Gary Johnson)
|
2010-07-21 20:31:07 +02:00 |
|
Bram Moolenaar
|
c400cb9ca7
|
Rename w_p_conceal to w_p_conc for consistency.
|
2010-07-19 19:52:13 +02:00 |
|
Bram Moolenaar
|
69154f22a6
|
Fixes and improvements for MS-Windows build.
|
2010-07-18 21:42:34 +02:00 |
|
Bram Moolenaar
|
cc448b373d
|
Support completion for ":find". (Nazri Ramliy)
Cleanup white space.
|
2010-07-14 16:52:17 +02:00 |
|
Bram Moolenaar
|
d04b7507fd
|
Make synstack() work on the character just after the end of the line.
|
2010-07-08 22:27:55 +02:00 |
|
Bram Moolenaar
|
b0b508808f
|
Apply patch 7.2.445.
|
2010-07-07 18:26:28 +02:00 |
|
Bram Moolenaar
|
b2c0350c67
|
Make updating text for conceal mode simpler. A few compiler warning fixes.
|
2010-07-02 20:20:09 +02:00 |
|
Bram Moolenaar
|
730cde924c
|
Added ":earlier 1f" and ":later 1f".
|
2010-06-27 05:18:54 +02:00 |
|
Bram Moolenaar
|
a800b42975
|
Add file save counter to undo information. Add undotree() function.
|
2010-06-27 01:15:55 +02:00 |
|
Bram Moolenaar
|
f506c5bb1c
|
Fix compiler warnings for shadowed variables. Make 'conceal' a long instead
of int.
|
2010-06-22 06:28:58 +02:00 |
|
Bram Moolenaar
|
a8ffcbbf5d
|
Crypt the swapfile.
|
2010-06-21 06:15:46 +02:00 |
|
Bram Moolenaar
|
191e0a2bc7
|
Fix tiny build, move functions to undo.c.
|
2010-06-14 01:39:13 +02:00 |
|
Bram Moolenaar
|
97ea511bbf
|
Minor typo and docs update.
|
2010-06-12 06:46:44 +02:00 |
|
Bram Moolenaar
|
56be950094
|
Fix a few compiler warnings. Fix crash with encrypted undo file.
|
2010-06-06 14:20:26 +02:00 |
|
Bram Moolenaar
|
bbd6afe03e
|
Optimize the blowfish crypt/decrypt code a bit more.
|
2010-06-02 20:32:23 +02:00 |
|
Bram Moolenaar
|
83d09bb85e
|
Don't use pointers to store numbers, use a union.
Fixed MSVC makefile use of /Wp64 flag.
|
2010-06-01 19:58:08 +02:00 |
|
Bram Moolenaar
|
a3ff49fdcc
|
Crypt the text in the undo file if the file itself is crypted.
|
2010-05-30 22:48:02 +02:00 |
|
Bram Moolenaar
|
6ed8ed84f9
|
Made reading/writing undo info a bit more robust.
|
2010-05-30 20:40:11 +02:00 |
|
Bram Moolenaar
|
a17d4c1934
|
Added the undofile() function. Updated runtime files.
|
2010-05-30 18:30:36 +02:00 |
|
Bram Moolenaar
|
504a82173c
|
Do not write an undo file if there is nothing to undo.
|
2010-05-30 17:17:42 +02:00 |
|
Bram Moolenaar
|
8f1f629d85
|
updated for version 7.2.441
Problem: When using ":earlier" undo information may be wrong.
Solution: When changing alternate branches also adjust b_u_oldhead.
|
2010-05-30 16:55:22 +02:00 |
|
Bram Moolenaar
|
6773b2ba7e
|
A bit of cleanup and simplification for undofile.
|
2010-05-30 16:01:37 +02:00 |
|
Bram Moolenaar
|
644fdff7c1
|
A few more fixes for undo file. Split test in two parts so that it doesn't
fail with tiny features.
|
2010-05-30 13:26:21 +02:00 |
|
Bram Moolenaar
|
9db580634c
|
Various improvements to undo file code to make it more robust.
|
2010-05-29 20:33:07 +02:00 |
|
Bram Moolenaar
|
f05e3b0220
|
Remove old and unused method to allocate memory for undo.
|
2010-05-29 15:40:47 +02:00 |
|
Bram Moolenaar
|
cdf04208f3
|
Fix a few more things for persistent undo.
|
2010-05-29 15:11:47 +02:00 |
|
Bram Moolenaar
|
6a18eb6f62
|
More strict checks for the undo file.
|
2010-05-26 21:21:00 +02:00 |
|
Bram Moolenaar
|
83ad0147c0
|
Fix for using ":wundo foo" when foo is an empty file.
|
2010-05-25 22:09:21 +02:00 |
|
Bram Moolenaar
|
9d72807646
|
And another small fix for persistent undo.
|
2010-05-24 22:06:04 +02:00 |
|
Bram Moolenaar
|
6a244fefd9
|
Fix: :wundo didn't work in a buffer without a name.
|
2010-05-24 22:02:24 +02:00 |
|
Bram Moolenaar
|
442b4225d3
|
Improve the MS-Windows installer.
|
2010-05-24 21:34:22 +02:00 |
|
Bram Moolenaar
|
7db5fc838a
|
Fix uninit memory read in undo code. Fix uint32_t in proto file.
A few minor changes.
|
2010-05-24 11:59:29 +02:00 |
|
Bram Moolenaar
|
55debbe384
|
Included patch for persistent undo. Lots of changes and added test.
|
2010-05-23 23:34:36 +02:00 |
|
Bram Moolenaar
|
b26e6327e6
|
Add :nbstart and :nbclose.
|
2010-05-22 21:34:09 +02:00 |
|
Bram Moolenaar
|
fff2beeeaa
|
First step in the Vim 7.3 branch. Changed version numbers.
|
2010-05-15 13:56:02 +02:00 |
|
Bram Moolenaar
|
e3300c8887
|
updated for version 7.1-249
|
2008-02-13 14:21:38 +00:00 |
|
Bram Moolenaar
|
07d0677855
|
updated for version 7.1-155
|
2007-11-10 21:51:15 +00:00 |
|
Bram Moolenaar
|
fecb660578
|
updated for version 7.1-130
|
2007-10-01 20:54:15 +00:00 |
|
Bram Moolenaar
|
035db9f0e1
|
updated for version 7.1b
|
2007-05-10 18:02:27 +00:00 |
|
Bram Moolenaar
|
89ed3dfd87
|
updated for version 7.0-182
|
2007-01-09 19:23:12 +00:00 |
|
Bram Moolenaar
|
89d4032cae
|
updated for version 7.0-070
|
2006-08-29 15:30:07 +00:00 |
|
Bram Moolenaar
|
ce6ef25cef
|
updated for version 7.0-038
|
2006-07-12 19:49:41 +00:00 |
|
Bram Moolenaar
|
57657d85c6
|
updated for version 7.0e05
|
2006-04-21 22:12:41 +00:00 |
|
Bram Moolenaar
|
a93fa7ee78
|
updated for version 7.0e01
|
2006-04-17 22:14:47 +00:00 |
|
Bram Moolenaar
|
779b74b2a2
|
updated for version 7.0d
|
2006-04-10 14:55:34 +00:00 |
|
Bram Moolenaar
|
3991dab8e0
|
updated for version 7.0c
|
2006-03-27 17:01:56 +00:00 |
|
Bram Moolenaar
|
db552d60ec
|
updated for version 7.0232
|
2006-03-23 22:59:57 +00:00 |
|
Bram Moolenaar
|
433f7c88d5
|
updated for version 7.0231
|
2006-03-21 21:29:36 +00:00 |
|
Bram Moolenaar
|
ca003e1e4f
|
updated for version 7.0227
|
2006-03-17 23:19:38 +00:00 |
|
Bram Moolenaar
|
efd2bf158a
|
updated for version 7.0226
|
2006-03-16 21:41:35 +00:00 |
|