Bram Moolenaar
|
89b968ade7
|
Crypt the text in the undo file if the file itself is crypted.
--HG--
branch : vim73
|
2010-05-30 22:48:02 +02:00 |
|
Bram Moolenaar
|
7936c025ce
|
Made reading/writing undo info a bit more robust.
--HG--
branch : vim73
|
2010-05-30 20:40:11 +02:00 |
|
Bram Moolenaar
|
0ab1925a51
|
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
--HG--
branch : vim73
|
2010-05-30 19:00:15 +02:00 |
|
Bram Moolenaar
|
cc32c43b5e
|
Added the undofile() function. Updated runtime files.
--HG--
branch : vim73
|
2010-05-30 18:30:36 +02:00 |
|
Bram Moolenaar
|
65d77852bc
|
Do not write an undo file if there is nothing to undo.
--HG--
branch : vim73
|
2010-05-30 17:17:42 +02:00 |
|
Bram Moolenaar
|
b98973fcbc
|
A bit of cleanup and simplification for undofile.
--HG--
branch : vim73
|
2010-05-30 16:01:37 +02:00 |
|
Bram Moolenaar
|
a00fea679d
|
A few more fixes for undo file. Split test in two parts so that it doesn't
fail with tiny features.
--HG--
branch : vim73
|
2010-05-30 13:26:21 +02:00 |
|
Bram Moolenaar
|
29d8c5346b
|
Various improvements to undo file code to make it more robust.
--HG--
branch : vim73
|
2010-05-29 20:33:07 +02:00 |
|
Bram Moolenaar
|
34f50aa920
|
Remove old and unused method to allocate memory for undo.
--HG--
branch : vim73
|
2010-05-29 15:40:47 +02:00 |
|
Bram Moolenaar
|
4c456cf323
|
Fix a few more things for persistent undo.
--HG--
branch : vim73
|
2010-05-29 15:11:47 +02:00 |
|
Bram Moolenaar
|
0f4e7cdbeb
|
Don't execute some autocommands when v:dying is 2 or more.
--HG--
branch : vim73
|
2010-05-28 21:07:08 +02:00 |
|
Bram Moolenaar
|
7b63ece29f
|
Runtime file updates.
--HG--
branch : vim73
|
2010-05-28 20:54:39 +02:00 |
|
Bram Moolenaar
|
ec6020b690
|
Fix definition of UINT_PTR for 64 bit systems.
--HG--
branch : vim73
|
2010-05-26 21:42:54 +02:00 |
|
Bram Moolenaar
|
732b873d9c
|
More strict checks for the undo file.
--HG--
branch : vim73
|
2010-05-26 21:21:00 +02:00 |
|
Bram Moolenaar
|
65d38dfdab
|
Found a way to make the MS-Windows installer wait for the uninstaller to
finish, no need for the user to press Enter.
--HG--
branch : vim73
|
2010-05-25 21:02:00 +02:00 |
|
Bram Moolenaar
|
3b5a16cfa7
|
Fix: :wundo didn't work in a buffer without a name.
--HG--
branch : vim73
|
2010-05-24 22:02:24 +02:00 |
|
Bram Moolenaar
|
38594008ba
|
Improve the MS-Windows installer.
--HG--
branch : vim73
|
2010-05-24 21:34:22 +02:00 |
|
Bram Moolenaar
|
f67e1db899
|
Tiny change for Italian man page.
--HG--
branch : vim73
|
2010-05-24 21:25:23 +02:00 |
|
Bram Moolenaar
|
1ce6651297
|
Fix uninit memory read in undo code. Fix uint32_t in proto file.
A few minor changes.
--HG--
branch : vim73
|
2010-05-24 11:59:29 +02:00 |
|
Bram Moolenaar
|
def17d9dff
|
Included patch for persistent undo. Lots of changes and added test.
--HG--
branch : vim73
|
2010-05-23 23:34:36 +02:00 |
|
Bram Moolenaar
|
d5e4a8c492
|
Add :nbstart and :nbclose.
--HG--
branch : vim73
|
2010-05-22 21:34:09 +02:00 |
|
Bram Moolenaar
|
1984743956
|
Included the patch to support netbeans in a terminal.
--HG--
branch : vim73
|
2010-05-22 18:28:27 +02:00 |
|
Bram Moolenaar
|
62010e66e5
|
Fix: window title not updated after file dropped.
--HG--
branch : vim73
|
2010-05-22 15:50:12 +02:00 |
|
Bram Moolenaar
|
c882513569
|
Add the settabvar() and gettabvar() functions.
Various runtime file updates.
--HG--
branch : vim73
|
2010-05-22 15:37:44 +02:00 |
|
Bram Moolenaar
|
ddc6fcaf0d
|
Add extra floating point functions.
--HG--
branch : vim73
|
2010-05-21 16:33:48 +02:00 |
|
Bram Moolenaar
|
06a3de6d29
|
"g8" doesn't work properly on a NUL.
--HG--
branch : vim73
|
2010-05-21 15:46:35 +02:00 |
|
Bram Moolenaar
|
d8af52a80f
|
A few more changes for encryption. Add test that encrypted file can be read.
--HG--
branch : vim73
|
2010-05-21 15:36:08 +02:00 |
|
Bram Moolenaar
|
87366b1850
|
Updated runtime files.
--HG--
branch : vim73
|
2010-05-21 12:05:36 +02:00 |
|
Bram Moolenaar
|
1115fbc44b
|
Various smaller changes. Updated proto files. Updated dependencies.
--HG--
branch : vim73
|
2010-05-20 21:46:00 +02:00 |
|
Bram Moolenaar
|
6fb0823fe6
|
Use UINT32_T in the code, define it to uint32_t or unsigned int.
Better autoconf check for uint32_t.
--HG--
branch : vim73
|
2010-05-19 21:57:45 +02:00 |
|
Bram Moolenaar
|
a1342c27be
|
Updated a few runtime files.
--HG--
branch : vim73
|
2010-05-18 22:28:22 +02:00 |
|
Bram Moolenaar
|
cc826cd545
|
Small update to help files.
--HG--
branch : vim73
|
2010-05-17 22:07:47 +02:00 |
|
Bram Moolenaar
|
ff1d99757b
|
Fixed encryption big/little endian test.
Use uint32_t to avoid crash on 64 bit machines.
Added error numbers for Blowfish errors.
Fixed the tiny version not building.
--HG--
branch : vim73
|
2010-05-17 20:32:55 +02:00 |
|
Bram Moolenaar
|
1f8471db11
|
Minor updates to blowfish encryption.
--HG--
branch : vim73
|
2010-05-16 23:02:33 +02:00 |
|
Bram Moolenaar
|
5287c18061
|
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
--HG--
branch : vim73
|
2010-05-16 22:32:54 +02:00 |
|
Bram Moolenaar
|
14290793f2
|
Add 'relativenumber' patch from Markus Heidelberg.
--HG--
branch : vim73
|
2010-05-16 15:46:46 +02:00 |
|
Bram Moolenaar
|
96028b0942
|
Move items around in the todo list.
--HG--
branch : vim73
|
2010-05-16 15:14:25 +02:00 |
|
Bram Moolenaar
|
a5ebaf6f60
|
After recovery check if the text changed. If it did mark the buffer as
modified.
--HG--
branch : vim73
|
2010-05-15 17:06:53 +02:00 |
|
Bram Moolenaar
|
c1fa6b7780
|
Get rid of the "extra" and "lang" archives.
--HG--
branch : vim73
|
2010-05-15 15:41:59 +02:00 |
|
Bram Moolenaar
|
994b5ba664
|
Switched from autoconf 2.63 to 2.65.
--HG--
branch : vim73
|
2010-05-15 15:04:53 +02:00 |
|
Bram Moolenaar
|
9009d457ba
|
First step in the Vim 7.3 branch. Changed version numbers.
--HG--
branch : vim73
|
2010-05-15 13:56:02 +02:00 |
|
Bram Moolenaar
|
4ef670823d
|
Updated runtime files.
|
2010-05-14 23:24:24 +02:00 |
|
Bram Moolenaar
|
288e7eb764
|
updated for version 7.2.433
Problem: Can't use cscope with QuickFixCmdPre and QuickFixCmdPost.
Solution: Add cscope support for these autocmd events. (Bryan Venteicher)
|
2010-05-14 23:14:42 +02:00 |
|
Bram Moolenaar
|
3907422459
|
Updated runtime and language files.
|
2010-03-17 20:02:06 +01:00 |
|
Bram Moolenaar
|
63285373fc
|
updated for version 7.2.389
Problem: synIDattr() cannot return the font.
Solution: Support the "font" argument. (Christian Brabandt)
|
2010-03-10 13:43:49 +01:00 |
|
Bram Moolenaar
|
a3a0af3a2f
|
Updated runtime an documentation files.
|
2010-03-02 16:19:40 +01:00 |
|
Bram Moolenaar
|
074c3f75e4
|
Updated runtime files.
|
2010-02-11 14:19:15 +01:00 |
|
Bram Moolenaar
|
588c51a1bc
|
updated for version 7.2.336
Problem: MzScheme interface can't evaluate an expression.
Solution: Add mzeval(). (Sergey Khorev)
|
2010-01-19 15:55:06 +01:00 |
|
Bram Moolenaar
|
d58219ca38
|
Updated runtime files.
|
2010-01-16 14:29:14 +01:00 |
|
Bram Moolenaar
|
679d4c8d30
|
Updated runtime files.
|
2010-01-12 21:31:21 +01:00 |
|