log

age author description
Sat, 24 Jul 2010 15:42:14 +0200 Bram Moolenaar Temporary solution for crashing when using both :py and :py3: disallow both in vim73
Sat, 24 Jul 2010 15:19:11 +0200 Bram Moolenaar Specify library to load for Python more precisely. (James Vega) vim73
Sat, 24 Jul 2010 15:00:38 +0200 Bram Moolenaar Add the 'c' flag to 'concealcursor'. vim73
Sat, 24 Jul 2010 13:31:09 +0200 Bram Moolenaar Another conceal fix: cursor in wrong column when 'number' set. vim73
Sat, 24 Jul 2010 13:15:07 +0200 Bram Moolenaar Don't conceal text in lines inside the Visual area. vim73
Fri, 23 Jul 2010 22:27:03 +0200 Bram Moolenaar Window split didn't copy the value of 'conceallevel'. vim73
Fri, 23 Jul 2010 22:10:27 +0200 Bram Moolenaar Add the 'concealcursor' option to decide when the cursor line is to be vim73
Thu, 22 Jul 2010 22:30:23 +0200 Bram Moolenaar Update Fortran indent and syntax file. (Ajit Thakkar) vim73
Thu, 22 Jul 2010 22:20:57 +0200 Bram Moolenaar Fix: strdisplaywidth("x", 2) returned 3 instead of 1. vim73
Thu, 22 Jul 2010 22:16:29 +0200 Bram Moolenaar For conceal mode: when two different syntax items follow each other, show the vim73
Thu, 22 Jul 2010 21:44:13 +0200 Bram Moolenaar Fix: "import termios" doesn't work with dynamically loaded Python. (James vim73
Thu, 22 Jul 2010 21:32:16 +0200 Bram Moolenaar Make it possible to load Lua dynamically on Unix. (Luis Carvalho) vim73
Thu, 22 Jul 2010 11:34:16 +0200 Bram Moolenaar Fix building with Perl on Windows with MingW. (James Vega) vim73
Wed, 21 Jul 2010 22:27:37 +0200 Bram Moolenaar Update French and Esperanto translations. (Dominique Pelle) vim73
Wed, 21 Jul 2010 22:05:20 +0200 Bram Moolenaar Make it possible to load Perl dynamically on Unix. (James Vega) vim73
Wed, 21 Jul 2010 20:40:27 +0200 Bram Moolenaar Fix dependencies in help Makefile. (James Vega) vim73
Wed, 21 Jul 2010 20:36:22 +0200 Bram Moolenaar Small docs fixes. vim73
Wed, 21 Jul 2010 20:31:07 +0200 Bram Moolenaar Fix build problem when fchown() not available. (Gary Johnson) vim73
Wed, 21 Jul 2010 16:00:43 +0200 Bram Moolenaar Fix that :py3file was not working. vim73
Tue, 20 Jul 2010 22:45:13 +0200 Bram Moolenaar Update timestamps for recently changed help files. vim73
Tue, 20 Jul 2010 22:33:34 +0200 Bram Moolenaar Fix hang when resizing in diff mode and there are concealed items. vim73
Tue, 20 Jul 2010 22:30:01 +0200 Bram Moolenaar Avoid error when exiting in diff mode with EXITFREE defined. vim73
Tue, 20 Jul 2010 18:44:27 +0200 Bram Moolenaar When resetting 'mousehide' show the mouse pointer right away. vim73
Tue, 20 Jul 2010 18:10:15 +0200 Bram Moolenaar Fix some duplicates in ":find" completion. (Nazri Ramliy) vim73
Tue, 20 Jul 2010 17:32:38 +0200 Bram Moolenaar Change 'cryptmethod' from a number to a string option. Make it global-local. vim73
Tue, 20 Jul 2010 13:11:28 +0200 Bram Moolenaar Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'. vim73
Tue, 20 Jul 2010 13:10:11 +0200 Bram Moolenaar Add a few items to the syntax menu. Split up long submenus. vim73
Tue, 20 Jul 2010 12:36:02 +0200 Bram Moolenaar Updated sh and vim syntax files. (Charles Campbell) vim73
Tue, 20 Jul 2010 11:29:07 +0200 Bram Moolenaar Fix 'colorcolumn' adjecent columns not highlighted after end of line. vim73
Tue, 20 Jul 2010 11:16:17 +0200 Bram Moolenaar Fix typos in documentation. (Dominique Pelle) vim73