r1297 - /trunk/packages/vim-scripts/debian/patches/mkd-preformatted.dpatch

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Sun Dec 7 00:46:43 UTC 2008


Author: jamessan
Date: Sun Dec  7 00:46:43 2008
New Revision: 1297

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1297
Log:
Require character following whitespace to be non-whitespace for pre-formatted text.


Modified:
    trunk/packages/vim-scripts/debian/patches/mkd-preformatted.dpatch

Modified: trunk/packages/vim-scripts/debian/patches/mkd-preformatted.dpatch
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/patches/mkd-preformatted.dpatch?rev=1297&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/patches/mkd-preformatted.dpatch (original)
+++ trunk/packages/vim-scripts/debian/patches/mkd-preformatted.dpatch Sun Dec  7 00:46:43 2008
@@ -13,7 +13,7 @@
  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]\+\)[^ \t].*\n\)\+/
++syn match  mkdCode      /^\s*\n\(\(\s\{4,}[^ ]\|\t\+[^\t]\).*\n\)\+/
  syn region mkdCode      start=/`/                   end=/`/
  syn region mkdCode      start=/\s*``[^`]*/          end=/[^`]*``\s*/
  syn region mkdBlockquote start=/^\s*>/              end=/$/                 contains=mkdLineContinue, at Spell




More information about the pkg-vim-maintainers mailing list