Sat, 12 Jun 2010 20:12:02 +0200 |
Bram Moolenaar |
updated for version 7.2.443
vim73
|
Sat, 12 Jun 2010 06:46:44 +0200 |
Bram Moolenaar |
Minor typo and docs update.
vim73
|
Sat, 12 Jun 2010 06:45:20 +0200 |
Bram Moolenaar |
Avoid compiler warnings on Mac 10.6.
vim73
|
Tue, 08 Jun 2010 23:17:01 +0200 |
Bram Moolenaar |
Update src/po/it.po. Fixed errors in ko.po.
vim73
|
Tue, 08 Jun 2010 22:59:42 +0200 |
Bram Moolenaar |
Fix conceal feature for gj, gk, etc. (Vince Negri)
vim73
|
Mon, 07 Jun 2010 23:07:44 +0200 |
Bram Moolenaar |
Fix crash when using ":grep".
vim73
|
Mon, 07 Jun 2010 22:50:29 +0200 |
Bram Moolenaar |
Fix Make_ivc.mak makefile. (Vince Negri)
vim73
|
Sun, 06 Jun 2010 23:10:19 +0200 |
Bram Moolenaar |
Fix crash for ":ownsyntax". (Dominique Pelle)
vim73
|
Sun, 06 Jun 2010 23:04:47 +0200 |
Bram Moolenaar |
Avoid compiler warnings.
vim73
|
Sun, 06 Jun 2010 17:41:24 +0200 |
Bram Moolenaar |
One more fix for conceal patch.
vim73
|
Sun, 06 Jun 2010 16:11:09 +0200 |
Bram Moolenaar |
Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.
vim73
|
Sun, 06 Jun 2010 15:21:10 +0200 |
Bram Moolenaar |
Fixed memory leak in ":ownsyntax".
vim73
|
Sun, 06 Jun 2010 14:20:26 +0200 |
Bram Moolenaar |
Fix a few compiler warnings. Fix crash with encrypted undo file.
vim73
|
Sat, 05 Jun 2010 23:22:07 +0200 |
Bram Moolenaar |
Add the conceal patch from Vince Negri.
vim73
|
Sat, 05 Jun 2010 17:43:32 +0200 |
Bram Moolenaar |
Use full path in undofile(). Updated docs.
vim73
|
Sat, 05 Jun 2010 12:49:46 +0200 |
Bram Moolenaar |
updated for version 7.2.442
vim73
|
Thu, 03 Jun 2010 21:17:25 +0200 |
Bram Moolenaar |
Add patch to improve support of z/OS (OS/390). (Ralf Schandl)
vim73
|
Thu, 03 Jun 2010 20:25:18 +0200 |
Bram Moolenaar |
Move text from various.txt to a new helphelp.txt help 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 23:37:39 +0200 |
Bram Moolenaar |
Made crypt/decrypt faster.
vim73
|
Tue, 01 Jun 2010 21:57:09 +0200 |
Bram Moolenaar |
Fix completion of file names with '%' and '*'.
vim73
|
Tue, 01 Jun 2010 19:58:08 +0200 |
Bram Moolenaar |
Don't use pointers to store numbers, use a union.
vim73
|
Mon, 31 May 2010 21:59:46 +0200 |
Bram Moolenaar |
Correct use of long instead of off_t for file size. (James Vega)
vim73
|
Mon, 31 May 2010 21:27:30 +0200 |
Bram Moolenaar |
Add test for gettabvar() and settabvar().
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 19:00:15 +0200 |
Bram Moolenaar |
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
vim73
|
Sun, 30 May 2010 18:30:36 +0200 |
Bram Moolenaar |
Added the undofile() function. Updated runtime files.
vim73
|