Mercurial > vim
graph
-
Fix a memory leak in encryption. (Dominique Pelle) vim73Thu, 24 Jun 2010 05:39:03 +0200, by Bram Moolenaar
-
Fix compiler warnings for shadowed variables. Make 'conceal' a long instead vim73Tue, 22 Jun 2010 06:28:58 +0200, by Bram Moolenaar
-
Fixes for time in clipboard request. Also fix ownership. (David Fries) vim73Tue, 22 Jun 2010 06:07:12 +0200, by Bram Moolenaar
-
Couple of small fixes for conceal feature. (Dominique Pelle) vim73Tue, 22 Jun 2010 05:16:38 +0200, by Bram Moolenaar
-
Command line completion for :ownsyntax. (Dominique Pelle) vim73Mon, 21 Jun 2010 06:24:34 +0200, by Bram Moolenaar
-
Update src/po/it.po. Fixed errors in ko.po. vim73Tue, 08 Jun 2010 23:17:01 +0200, by Bram Moolenaar
-
Fix conceal feature for gj, gk, etc. (Vince Negri) vim73Tue, 08 Jun 2010 22:59:42 +0200, by Bram Moolenaar
-
Fix crash for ":ownsyntax". (Dominique Pelle) vim73Sun, 06 Jun 2010 23:10:19 +0200, by Bram Moolenaar
-
Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window. vim73Sun, 06 Jun 2010 16:11:09 +0200, by Bram Moolenaar
-
Fix a few compiler warnings. Fix crash with encrypted undo file. vim73Sun, 06 Jun 2010 14:20:26 +0200, by Bram Moolenaar
-
Add patch to improve support of z/OS (OS/390). (Ralf Schandl) vim73Thu, 03 Jun 2010 21:17:25 +0200, by Bram Moolenaar
-
Move text from various.txt to a new helphelp.txt help file. vim73Thu, 03 Jun 2010 20:25:18 +0200, by Bram Moolenaar
-
Optimize the blowfish crypt/decrypt code a bit more. vim73Wed, 02 Jun 2010 20:32:23 +0200, by Bram Moolenaar
-
Fix completion of file names with '%' and '*'. vim73Tue, 01 Jun 2010 21:57:09 +0200, by Bram Moolenaar
-
Don't use pointers to store numbers, use a union. vim73Tue, 01 Jun 2010 19:58:08 +0200, by Bram Moolenaar
-
Correct use of long instead of off_t for file size. (James Vega) vim73Mon, 31 May 2010 21:59:46 +0200, by Bram Moolenaar
-
Crypt the text in the undo file if the file itself is crypted. vim73Sun, 30 May 2010 22:48:02 +0200, by Bram Moolenaar
-
Made reading/writing undo info a bit more robust. vim73Sun, 30 May 2010 20:40:11 +0200, by Bram Moolenaar
-
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle) vim73Sun, 30 May 2010 19:00:15 +0200, by Bram Moolenaar
-
Added the undofile() function. Updated runtime files. vim73Sun, 30 May 2010 18:30:36 +0200, by Bram Moolenaar
-
Do not write an undo file if there is nothing to undo. vim73Sun, 30 May 2010 17:17:42 +0200, by Bram Moolenaar
-
A bit of cleanup and simplification for undofile. vim73Sun, 30 May 2010 16:01:37 +0200, by Bram Moolenaar
-
A few more fixes for undo file. Split test in two parts so that it doesn't vim73Sun, 30 May 2010 13:26:21 +0200, by Bram Moolenaar
-
Various improvements to undo file code to make it more robust. vim73Sat, 29 May 2010 20:33:07 +0200, by Bram Moolenaar
-
Remove old and unused method to allocate memory for undo. vim73Sat, 29 May 2010 15:40:47 +0200, by Bram Moolenaar
-
Don't execute some autocommands when v:dying is 2 or more. vim73Fri, 28 May 2010 21:07:08 +0200, by Bram Moolenaar
-
Fix definition of UINT_PTR for 64 bit systems. vim73Wed, 26 May 2010 21:42:54 +0200, by Bram Moolenaar
-
Fix for using ":wundo foo" when foo is an empty file. vim73Tue, 25 May 2010 22:09:21 +0200, by Bram Moolenaar
-
Found a way to make the MS-Windows installer wait for the uninstaller to vim73Tue, 25 May 2010 21:02:00 +0200, by Bram Moolenaar
-
Fix: :wundo didn't work in a buffer without a name. vim73Mon, 24 May 2010 22:02:24 +0200, by Bram Moolenaar
-
Fix uninit memory read in undo code. Fix uint32_t in proto file. vim73Mon, 24 May 2010 11:59:29 +0200, by Bram Moolenaar
-
Included patch for persistent undo. Lots of changes and added test. vim73Sun, 23 May 2010 23:34:36 +0200, by Bram Moolenaar