log src/syntax.c @ 2768:c5e47b752f07 v7.3.160

age author description
Mon, 11 Apr 2011 16:56:35 +0200 Bram Moolenaar updated for version 7.3.160 v7.3.160
Sat, 02 Apr 2011 15:12:50 +0200 Bram Moolenaar updated for version 7.3.154 v7.3.154
Fri, 01 Apr 2011 14:44:59 +0200 Bram Moolenaar updated for version 7.3.148 v7.3.148
Sat, 22 Jan 2011 00:58:20 +0100 Bram Moolenaar updated for version 7.3.104 v7.3.104
Wed, 29 Sep 2010 18:32:52 +0200 Bram Moolenaar updated for version 7.3.017 v7.3.017
Sun, 08 Aug 2010 16:38:42 +0200 Bram Moolenaar Remove unused code. vim73
Wed, 28 Jul 2010 18:14:45 +0200 Bram Moolenaar Fix: concealed regions didn't get redrawn correctly when moving the cursor vim73
Tue, 27 Jul 2010 20:47:25 +0200 Bram Moolenaar Fix for "concealends". (Vince Negri) vim73
Sun, 25 Jul 2010 12:46:44 +0200 Bram Moolenaar Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz) vim73
Sat, 24 Jul 2010 17:29:03 +0200 Bram Moolenaar Give each syntax item a sequence number, so that we know when it starts and 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
Wed, 14 Jul 2010 22:04:22 +0200 Bram Moolenaar Allow synIDattr() getting GUI attributes when build without GUI. vim73
Wed, 14 Jul 2010 19:53:30 +0200 Bram Moolenaar Added 'colorcolumn' option. Partly by Gregor Uhlenheuer. vim73
Wed, 14 Jul 2010 16:52:17 +0200 Bram Moolenaar Support completion for ":find". (Nazri Ramliy) vim73
Sat, 26 Jun 2010 05:38:18 +0200 Bram Moolenaar Change remaining HAVE_GTK2 to FEAT_GUI_GTK. vim73