Mercurial > vim
graph
-
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
-
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
-
Undo changes that are meant for the Vim 7.3 branch.Sat, 15 May 2010 21:13:04 +0200, by Bram Moolenaar
-
Merged change from default branch: Correct Japanese menus. vim73Sat, 15 May 2010 21:29:02 +0200, by Bram Moolenaar
-
After recovery check if the text changed. If it did mark the buffer asSat, 15 May 2010 17:06:53 +0200, by Bram Moolenaar
-
After recovery check if the text changed. If it did mark the buffer as vim73Sat, 15 May 2010 17:06:53 +0200, by Bram Moolenaar
-
Get rid of the "extra" and "lang" archives.Sat, 15 May 2010 15:41:59 +0200, by Bram Moolenaar
-
Get rid of the "extra" and "lang" archives. vim73Sat, 15 May 2010 15:41:59 +0200, by Bram Moolenaar
-
Switched from autoconf 2.63 to 2.65.Sat, 15 May 2010 15:04:53 +0200, by Bram Moolenaar
-
Small fix for compiler warning in Netbeans.Sat, 15 May 2010 14:49:02 +0200, by Bram Moolenaar
-
Small fix for compiler warning in Netbeans. vim73Sat, 15 May 2010 14:49:02 +0200, by Bram Moolenaar
-
First step in the Vim 7.3 branch. Changed version numbers.Sat, 15 May 2010 13:56:02 +0200, by Bram Moolenaar
-
First step in the Vim 7.3 branch. Changed version numbers. vim73Sat, 15 May 2010 13:56:02 +0200, by Bram Moolenaar
-
Correct Japanese menus to avoid error while loading them after 7.2.432.Sat, 15 May 2010 18:21:26 +0200, by Bram Moolenaar
-
Updated runtime files.Fri, 14 May 2010 23:24:24 +0200, by Bram Moolenaar
-
Updated runtime and language files.Wed, 17 Mar 2010 20:02:06 +0100, by Bram Moolenaar
-
Updated runtime an documentation files.Tue, 02 Mar 2010 16:19:40 +0100, by Bram Moolenaar
-
Updated runtime files.Thu, 11 Feb 2010 14:19:15 +0100, by Bram Moolenaar
-
Add more pathdef.c to .hgignore.Wed, 20 Jan 2010 21:56:50 +0100, by Bram Moolenaar
-
Add a few missing runtime files.Sun, 17 Jan 2010 14:38:06 +0100, by Bram Moolenaar
-
Updated runtime files.Sat, 16 Jan 2010 14:29:14 +0100, by Bram Moolenaar
-
Updated runtime files.Tue, 12 Jan 2010 21:31:21 +0100, by Bram Moolenaar
-
Fixed encoding name in Ukranian message file.Mon, 11 Jan 2010 20:07:07 +0100, by Bram Moolenaar
-
Add an .hgignore file (suggested by Mike Williams).Sun, 10 Jan 2010 14:44:52 +0100, by Bram Moolenaar
-
Remove config.h from the distribution, let's see if that works.Sun, 10 Jan 2010 14:35:14 +0100, by Bram Moolenaar
-
Minor text file updates.Wed, 06 Jan 2010 21:16:31 +0100, by Bram Moolenaar
-
Update runtime files.Wed, 06 Jan 2010 20:54:52 +0100, by Bram Moolenaar
-
Update documentation files.Wed, 06 Jan 2010 20:52:26 +0100, by Bram Moolenaar
-
Update message translations.Wed, 06 Jan 2010 20:29:28 +0100, by Bram Moolenaar
-
update tagsWed, 06 Jan 2010 14:58:33 +0000, by convert-repo
-
updated for version 7.2-168Wed, 13 May 2009 10:51:08 +0000, by vimboss
-
fix truncationSat, 15 Nov 2008 15:16:46 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 01:35:16 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 01:26:17 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 01:18:32 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 01:14:13 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 01:05:34 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 01:02:34 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 01:00:37 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:55:20 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:50:38 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:48:31 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:44:59 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:42:29 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:39:49 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:34:34 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:33:13 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:31:04 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:29:54 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:26:19 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:23:56 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:22:05 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:16:10 +0000, by vimboss
-
updated for version 7.2aWed, 25 Jun 2008 00:09:14 +0000, by vimboss
-
updated for version 7.2aTue, 24 Jun 2008 23:58:50 +0000, by vimboss
-
updated for version 7.2aTue, 24 Jun 2008 22:14:38 +0000, by vimboss
-
updated for version 7.2aTue, 24 Jun 2008 22:09:24 +0000, by vimboss
-
updated for version 7.2aTue, 24 Jun 2008 21:56:24 +0000, by vimboss
-
updated for version 7.2aTue, 24 Jun 2008 21:16:56 +0000, by vimboss
-
updated for version 7.2aTue, 24 Jun 2008 20:39:31 +0000, by vimboss
-
updated for version 7.2aTue, 24 Jun 2008 20:19:36 +0000, by vimboss
-
updated for version 7.1-266Sat, 01 Mar 2008 12:49:21 +0000, by vimboss
-
updated for version 7.1-258Wed, 20 Feb 2008 12:41:56 +0000, by vimboss
-
updated for version 7.1-008Tue, 19 Jun 2007 15:19:55 +0000, by vimboss