From: Hiroshi Shirosaki Date: Fri, 12 Feb 2016 00:21:45 +0000 (+0900) Subject: Fix URL regexp with parenthesis #257 X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/46bfed06fd0e8a9bff1ff2b1f948428fc41275d3 Fix URL regexp with parenthesis #257 --- diff --git a/syntax/markdown.vim b/syntax/markdown.vim index 07adae9..57ce84e 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -66,7 +66,7 @@ execute 'syn region mkdLink matchgroup=mkdDelimiter start="\\\@ ]*>" end=">"