Mercurial > vim
graph
-
Support :browse for commands that use an error file argument. (Lech Lorens) vim73Sun, 11 Jul 2010 16:58:51 +0200, by Bram Moolenaar
-
Support wide file names in gvimext. (Szabolcs Horvat) vim73Sat, 10 Jul 2010 19:22:44 +0200, by Bram Moolenaar
-
Make joining a range of lines much faster. (Milan Vancura) vim73Sat, 10 Jul 2010 17:51:46 +0200, by Bram Moolenaar
-
Fix bug: spell menu moved cursor, causing Copy not to work. Spell replacement vim73Sat, 10 Jul 2010 16:36:59 +0200, by Bram Moolenaar
-
Update spell files for Ubuntu locale names. vim73Sat, 10 Jul 2010 15:52:35 +0200, by Bram Moolenaar
-
Improve test for joining lines. (Milan Vancura) vim73Sat, 10 Jul 2010 14:10:50 +0200, by Bram Moolenaar
-
Make synstack() work on the character just after the end of the line. vim73Thu, 08 Jul 2010 22:27:55 +0200, by Bram Moolenaar
-
Make the dos installer work with more compilers. vim73Wed, 07 Jul 2010 15:14:03 +0200, by Bram Moolenaar
-
Adjust MS-Windows installer so that it also works for 64 bit systems. (George vim73Wed, 07 Jul 2010 13:19:55 +0200, by Bram Moolenaar
-
Better init for match highlighting when using conceal feature. vim73Mon, 05 Jul 2010 22:22:57 +0200, by Bram Moolenaar
-
Make updating text for conceal mode simpler. A few compiler warning fixes. vim73Fri, 02 Jul 2010 20:20:09 +0200, by Bram Moolenaar
-
Add file save counter to undo information. Add undotree() function. vim73Sun, 27 Jun 2010 01:15:55 +0200, by Bram Moolenaar
-
Remove wrong #ifdef added by previous change. vim73Sat, 26 Jun 2010 21:15:50 +0200, by Bram Moolenaar
-
Change remaining HAVE_GTK2 to FEAT_GUI_GTK. vim73Sat, 26 Jun 2010 05:38:18 +0200, by Bram Moolenaar
-
Fix that :mksession may generate "2argu" even though there is no such vim73Sat, 26 Jun 2010 05:25:54 +0200, by Bram Moolenaar
-
Remove the old and not well supported GTK 1 code. (James Vega) vim73Fri, 25 Jun 2010 05:37:59 +0200, by Bram Moolenaar
-
Fix build problem with Ruby on Windows. (Cesar Romani) vim73Fri, 25 Jun 2010 04:29:11 +0200, by Bram Moolenaar
-
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