Bram Moolenaar
cd19849657
Fix compiler warning.
2010-06-24 05:20:13 +02:00
Bram Moolenaar
512c59e42c
Fix compiler warnings for shadowed variables. Make 'conceal' a long instead
...
of int.
2010-06-22 06:28:58 +02:00
Bram Moolenaar
422c1f9c82
Fixes for time in clipboard request. Also fix ownership. (David Fries)
2010-06-22 06:07:12 +02:00
Bram Moolenaar
489c41e3f4
Couple of small fixes for conceal feature. (Dominique Pelle)
2010-06-22 05:16:38 +02:00
Bram Moolenaar
9702a3b833
Command line completion for :ownsyntax. (Dominique Pelle)
2010-06-21 06:24:34 +02:00
Bram Moolenaar
e908f03b9f
Crypt the swapfile.
2010-06-21 06:15:46 +02:00
Bram Moolenaar
92abae907b
Fix tiny build, move functions to undo.c.
2010-06-14 01:39:13 +02:00
Bram Moolenaar
b20ce3985a
Added salt to blowfish encryption.
2010-06-13 05:20:42 +02:00
Bram Moolenaar
4597043470
Update help files.
2010-06-12 20:18:19 +02:00
Bram Moolenaar
b42b30dd32
updated for version 7.2.443
...
Problem: Using taglist() on a tag file with duplicate fields generates an
internal error. (Peter Odding)
Solution: Check for duplicate field names.
2010-06-12 20:12:02 +02:00
Bram Moolenaar
76374a3888
Minor typo and docs update.
2010-06-12 06:46:44 +02:00
Bram Moolenaar
227e64fe9f
Avoid compiler warnings on Mac 10.6.
2010-06-12 06:45:20 +02:00
Bram Moolenaar
09b008c582
Update src/po/it.po. Fixed errors in ko.po.
2010-06-08 23:17:01 +02:00
Bram Moolenaar
3b4fc9f89b
Fix conceal feature for gj, gk, etc. (Vince Negri)
2010-06-08 22:59:42 +02:00
Bram Moolenaar
d72bcc71a2
Fix crash when using ":grep".
2010-06-07 23:07:44 +02:00
Bram Moolenaar
ea54c73123
Fix Make_ivc.mak makefile. (Vince Negri)
2010-06-07 22:50:29 +02:00
Bram Moolenaar
ea3fefb28f
Fix crash for ":ownsyntax". (Dominique Pelle)
2010-06-06 23:10:19 +02:00
Bram Moolenaar
7cd77bee67
Avoid compiler warnings.
2010-06-06 23:04:47 +02:00
Bram Moolenaar
96e12a1c45
One more fix for conceal patch.
2010-06-06 17:41:24 +02:00
Bram Moolenaar
f285d99517
Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.
2010-06-06 16:11:09 +02:00
Bram Moolenaar
ba82c0759d
Fixed memory leak in ":ownsyntax".
2010-06-06 15:21:10 +02:00
Bram Moolenaar
73b7b06ea3
Fix a few compiler warnings. Fix crash with encrypted undo file.
2010-06-06 14:20:26 +02:00
Bram Moolenaar
51f92a5608
Add the conceal patch from Vince Negri.
2010-06-05 23:22:07 +02:00
Bram Moolenaar
2863dea2da
Use full path in undofile(). Updated docs.
2010-06-05 17:43:32 +02:00
Bram Moolenaar
8be1685034
updated for version 7.2.442
...
Problem: Copy/paste with OpenOffice doesn't work.
Solution: Do not offer the HTML target when it is not supported. (James
Vega)
2010-06-05 12:49:46 +02:00
Bram Moolenaar
c1b47b181f
Add patch to improve support of z/OS (OS/390). (Ralf Schandl)
2010-06-03 21:17:25 +02:00
Bram Moolenaar
c008134cc7
Move text from various.txt to a new helphelp.txt help file.
2010-06-03 20:25:18 +02:00
Bram Moolenaar
968d5853cf
Optimize the blowfish crypt/decrypt code a bit more.
2010-06-02 20:32:23 +02:00
Bram Moolenaar
92a59d9b3c
Made crypt/decrypt faster.
2010-06-01 23:37:39 +02:00
Bram Moolenaar
a511bb0f62
Fix completion of file names with '%' and '*'.
2010-06-01 21:57:09 +02:00
Bram Moolenaar
7229b59c61
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
73cb5e71e4
Correct use of long instead of off_t for file size. (James Vega)
2010-05-31 21:59:46 +02:00
Bram Moolenaar
00cf1776e7
Add test for gettabvar() and settabvar().
2010-05-31 21:27:30 +02:00
Bram Moolenaar
620c03a67f
Crypt the text in the undo file if the file itself is crypted.
2010-05-30 22:48:02 +02:00
Bram Moolenaar
d6d5d177df
Made reading/writing undo info a bit more robust.
2010-05-30 20:40:11 +02:00
Bram Moolenaar
4b7e5ab675
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
2010-05-30 19:00:15 +02:00
Bram Moolenaar
b802dd97ec
Added the undofile() function. Updated runtime files.
2010-05-30 18:30:36 +02:00
Bram Moolenaar
e84e059c7e
Do not write an undo file if there is nothing to undo.
2010-05-30 17:17:42 +02:00
Bram Moolenaar
38d106ee34
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
b0f0bf6e07
A bit of cleanup and simplification for undofile.
2010-05-30 16:01:37 +02:00
Bram Moolenaar
0a4ccb2fcd
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
70a7c5f325
Various improvements to undo file code to make it more robust.
2010-05-29 20:33:07 +02:00
Bram Moolenaar
6597bc516b
Remove old and unused method to allocate memory for undo.
2010-05-29 15:40:47 +02:00
Bram Moolenaar
643b2219a2
Fix a few more things for persistent undo.
2010-05-29 15:11:47 +02:00
Bram Moolenaar
dea63e5deb
updated for version 7.2.440
...
Problem: Calling a function through a funcref, where the function deletes
the funcref, leads to an invalid memory access.
Solution: Make a copy of the function name. (Lech Lorens)
2010-05-28 22:06:46 +02:00
Bram Moolenaar
dc62c1029b
updated for version 7.2.439
...
Problem: Invalid memory access when doing thesaurus completion and
'infercase' is set.
Solution: Use the minimal length of completed word and replacement.
(Dominique Pelle)
2010-05-28 21:31:58 +02:00
Bram Moolenaar
7d09b7344d
Don't execute some autocommands when v:dying is 2 or more.
2010-05-28 21:07:08 +02:00
Bram Moolenaar
fda6b03eb2
Runtime file updates.
2010-05-28 20:54:39 +02:00
Bram Moolenaar
2b014620f0
Fix definition of UINT_PTR for 64 bit systems.
2010-05-26 21:42:54 +02:00
Bram Moolenaar
36f2c10a8f
More strict checks for the undo file.
2010-05-26 21:21:00 +02:00