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 |
|
Bram Moolenaar
|
7d47b6eed7
|
updated for version 7.0225
|
2006-03-15 22:59:18 +00:00 |
|
Bram Moolenaar
|
1f4d4de1ba
|
updated for version 7.0224
|
2006-03-14 23:00:46 +00:00 |
|
Bram Moolenaar
|
1e60789f9b
|
updated for version 7.0223
|
2006-03-13 22:15:53 +00:00 |
|
Bram Moolenaar
|
e224ffa156
|
updated for version 7.0210
|
2006-03-01 00:01:28 +00:00 |
|
Bram Moolenaar
|
a23ccb8ac6
|
updated for version 7.0208
|
2006-02-27 00:08:02 +00:00 |
|
Bram Moolenaar
|
b71eaaeaa8
|
updated for version 7.0183
|
2006-01-20 23:10:18 +00:00 |
|
Bram Moolenaar
|
8ada17c4d9
|
updated for version 7.0182
|
2006-01-19 22:16:24 +00:00 |
|
Bram Moolenaar
|
ae5bce1c12
|
updated for version 7.0130
|
2005-08-15 21:41:48 +00:00 |
|
Bram Moolenaar
|
8d34330fe5
|
updated for version 7.0108
|
2005-07-12 22:46:17 +00:00 |
|
Bram Moolenaar
|
35fdbb540a
|
updated for version 7.0106
|
2005-07-09 21:08:57 +00:00 |
|
Bram Moolenaar
|
f461c8e7f8
|
updated for version 7.0093
|
2005-06-25 23:04:51 +00:00 |
|
Bram Moolenaar
|
1ec484f58e
|
updated for version 7.0092
|
2005-06-24 23:07:47 +00:00 |
|
Bram Moolenaar
|
d857f0e0f4
|
updated for version 7.0089
|
2005-06-21 22:37:39 +00:00 |
|
Bram Moolenaar
|
19a09a1893
|
updated for version 7.0055
|
2005-03-04 23:39:37 +00:00 |
|
Bram Moolenaar
|
26a60b4524
|
updated for version 7.0051
|
2005-02-22 08:49:11 +00:00 |
|