log src/syntax.c @ 2485:5edcd4ef88df vim73

age author description
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
Sun, 06 Jun 2010 23:10:19 +0200 Bram Moolenaar Fix crash for ":ownsyntax". (Dominique Pelle) vim73
Sun, 06 Jun 2010 16:11:09 +0200 Bram Moolenaar Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window. vim73
Sun, 06 Jun 2010 15:21:10 +0200 Bram Moolenaar Fixed memory leak in ":ownsyntax". vim73
Sun, 06 Jun 2010 14:20:26 +0200 Bram Moolenaar Fix a few compiler warnings. Fix crash with encrypted undo file. vim73
Sat, 05 Jun 2010 23:22:07 +0200 Bram Moolenaar Add the conceal patch from Vince Negri. vim73
Mon, 24 May 2010 11:59:29 +0200 Bram Moolenaar Fix uninit memory read in undo code. Fix uint32_t in proto file. vim73