Mercurial > vim
graph
-
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
-
Fix for Netbeans on MS-Windows not compiling. vim73Sun, 23 May 2010 12:06:58 +0200, by Bram Moolenaar
-
Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr. vim73Sat, 22 May 2010 21:56:55 +0200, by Bram Moolenaar
-
Fix wrong memory access when clearing crypt key. vim73Sat, 22 May 2010 21:37:53 +0200, by Bram Moolenaar
-
Included the patch to support netbeans in a terminal. vim73Sat, 22 May 2010 18:28:27 +0200, by Bram Moolenaar
-
Fix: window title not updated after file dropped. vim73Sat, 22 May 2010 15:50:12 +0200, by Bram Moolenaar