]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-002 v7.0.002
authorBram Moolenaar <Bram@vim.org>
Sat, 13 May 2006 09:09:15 +0000 (09:09 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 May 2006 09:09:15 +0000 (09:09 +0000)
runtime/autoload/ccomplete.vim
src/version.c

index 5296038e0fea43ffc6202e489fc55a6ea0006b5e..0f013d79b76d95943deca2b3c11dd5467f3c4abd 100644 (file)
@@ -1,7 +1,7 @@
 " Vim completion script
 " Language:    C
 " Maintainer:  Bram Moolenaar <Bram@vim.org>
-" Last Change: 2006 May 03
+" Last Change: 2006 May 08
 
 
 " This function is used for the 'omnifunc' option.
@@ -458,7 +458,7 @@ endfunction
 " member.
 function! s:StructMembers(typename, items, all)
   " Todo: What about local structures?
-  let fnames = join(map(tagfiles(), 'escape(v:val, " \\")'))
+  let fnames = join(map(tagfiles(), 'escape(v:val, " \\#%")'))
   if fnames == ''
     return []
   endif
index 9d0e4e6693abbd113a7939100d8b4bd085cc0fe8..8eb758b5aec64ec8af35e2eb16ed1a4db24ad7c3 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2,
 /**/
     1,
 /**/