]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-046 v7.0.046
authorBram Moolenaar <Bram@vim.org>
Tue, 8 Aug 2006 16:07:03 +0000 (16:07 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 8 Aug 2006 16:07:03 +0000 (16:07 +0000)
runtime/plugin/matchparen.vim
src/version.c

index 81f00c146dc1982761d001c834e118e3d832e7c3..969154743409444e4731159790072b3f70c439d1 100644 (file)
@@ -1,6 +1,6 @@
 " Vim plugin for showing matching parens
 " Maintainer:  Bram Moolenaar <Bram@vim.org>
-" Last Change: 2006 May 11
+" Last Change: 2006 Jun 26
 
 " Exit quickly when:
 " - this plugin was already loaded (or disabled)
@@ -96,7 +96,7 @@ function! s:Highlight_Matching_Pair()
 
   " When not in a string or comment ignore matches inside them.
   let s_skip ='synIDattr(synID(line("."), col("."), 0), "name") ' .
-       \ '=~?  "string\\|comment"'
+       \ '=~?  "string\\|character\\|singlequote\\|comment"'
   execute 'if' s_skip '| let s_skip = 0 | endif'
 
   let [m_lnum, m_col] = searchpairpos(c, '', c2, s_flags, s_skip, stopline)
index 57fc278d24bee0e107f1ad0318980acbca5d788a..785af8d5199989df077416805ce41a03d07fd2b1 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    46,
 /**/
     45,
 /**/