]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-163 v7.1.163
authorBram Moolenaar <Bram@vim.org>
Thu, 29 Nov 2007 16:46:44 +0000 (16:46 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 29 Nov 2007 16:46:44 +0000 (16:46 +0000)
runtime/menu.vim
src/version.c

index 8924206c49222d1be0fc59906f1ee85fc8ec2856..f0c0d699c5dd5c2367dd18df9eb514b3232471bd 100644 (file)
@@ -2,7 +2,7 @@
 " You can also use this as a start for your own set of menus.
 "
 " Maintainer:  Bram Moolenaar <Bram@vim.org>
-" Last Change: 2007 Jan 09
+" Last Change: 2007 Nov 19
 
 " Note that ":an" (short for ":anoremenu") is often used to make a menu work
 " in all modes and avoid side effects from mappings defined by the user.
@@ -658,7 +658,6 @@ func! s:BMShow(...)
   let buf = 1
   while buf <= bufnr('$')
     if bufexists(buf) && !isdirectory(bufname(buf)) && buflisted(buf)
-                                           \ && !getbufvar(buf, "&bufsecret")
       let s:bmenu_count = s:bmenu_count + 1
     endif
     let buf = buf + 1
@@ -671,7 +670,6 @@ func! s:BMShow(...)
   let buf = 1
   while buf <= bufnr('$')
     if bufexists(buf) && !isdirectory(bufname(buf)) && buflisted(buf)
-                                           \ && !getbufvar(buf, "&bufsecret")
       call <SID>BMFilename(bufname(buf), buf)
     endif
     let buf = buf + 1
index a60feae04abfa96e4590211afe775bf2f452496e..1dd2a23930dd9171ec289f08e67ba7160e2fc8d4 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    163,
 /**/
     162,
 /**/