Your message dated Sat, 6 Dec 2008 19:39:32 -0500
with message-id <[EMAIL PROTECTED]>
has caused the   report #499878,
regarding mkd.vim parses preformatted text
to be marked as having been forwarded to the upstream software
author(s) Ben Williams <[EMAIL PROTECTED]>

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
499878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499878
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Ben,

According to a bug recorded in Debian's BTS[0], mkd.vim highlights
formatted text in pre-formatted blocks.  The attached patch fixes the
issue by allowing '*', '+', and '-' characters to start the line of a
pre-formatted block.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
diff -urNad vim-scripts~/syntax/mkd.vim vim-scripts/syntax/mkd.vim
--- vim-scripts~/syntax/mkd.vim	2008-12-06 19:25:15.000000000 -0500
+++ vim-scripts/syntax/mkd.vim	2008-12-06 19:27:00.000000000 -0500
@@ -54,7 +54,7 @@
 syn match  mkdRule      /^\s*\*\{3,5}$/
 syn match  mkdListItem  "^\s*[-*+]\s\+"
 syn match  mkdListItem  "^\s*\d\+\.\s\+"
-syn match  mkdCode      /^\s*\n\(\(\s\{4,}\|[\t]\+\)[^*-+ ].*\n\)\+/
+syn match  mkdCode      /^\s*\n\(\(\s\{4,}\|[\t]\+\).*\n\)\+/
 syn region mkdCode      start=/`/                   end=/`/
 syn region mkdCode      start=/\s*``[^`]*/          end=/[^`]*``\s*/
 syn region mkdBlockquote start=/^\s*>/              end=/$/                 contains=mkdLineContinue,@Spell

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to