Mercurial > vim
graph
-
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
-
Add the settabvar() and gettabvar() functions. vim73Sat, 22 May 2010 15:37:44 +0200, by Bram Moolenaar
-
A few more changes for encryption. Add test that encrypted file can be read. vim73Fri, 21 May 2010 15:36:08 +0200, by Bram Moolenaar
-
Other solution for GTK not changing the locale. vim73Fri, 21 May 2010 12:04:55 +0200, by Bram Moolenaar
-
Various smaller changes. Updated proto files. Updated dependencies. vim73Thu, 20 May 2010 21:46:00 +0200, by Bram Moolenaar
-
Use UINT32_T in the code, define it to uint32_t or unsigned int. vim73Wed, 19 May 2010 21:57:45 +0200, by Bram Moolenaar
-
Change wording in link.sh: "remove" -> "omit" vim73Tue, 18 May 2010 21:41:09 +0200, by Bram Moolenaar
-
Undefine uint32_t when building if_perl.xs to fix the build. vim73Tue, 18 May 2010 21:05:27 +0200, by Bram Moolenaar
-
Mark this revision the (end of the) Vim 7.2 branch. vim72Mon, 16 Aug 2010 21:23:05 +0200, by Bram Moolenaar
-
Add blowfish and sha256 source files to more Makefiles. vim73Tue, 18 May 2010 20:34:20 +0200, by Bram Moolenaar
-
Avoid warnings for unused arguments when compiling with Gnome. vim73Mon, 17 May 2010 22:07:15 +0200, by Bram Moolenaar
-
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. vim73Sun, 16 May 2010 22:32:54 +0200, by Bram Moolenaar
-
Add 'relativenumber' patch from Markus Heidelberg. vim73Sun, 16 May 2010 15:46:46 +0200, by Bram Moolenaar