Karsten Hopp 811726
To: vim-dev@vim.org
Karsten Hopp 811726
Subject: Patch 7.1.163
Karsten Hopp 811726
Fcc: outbox
Karsten Hopp 811726
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 811726
Mime-Version: 1.0
Karsten Hopp 811726
Content-Type: text/plain; charset=ISO-8859-1
Karsten Hopp 811726
Content-Transfer-Encoding: 8bit
Karsten Hopp 811726
------------
Karsten Hopp 811726
Karsten Hopp 811726
Patch 7.1.163
Karsten Hopp 811726
Problem:    Warning for the unknown option 'bufsecret'.
Karsten Hopp 811726
Solution:   Remove the lines .vim that use this option. (Andy Wokula)
Karsten Hopp 811726
Files:	    runtime/menu.vim
Karsten Hopp 811726
Karsten Hopp 811726
Karsten Hopp 811726
*** ../vim-7.1.162/runtime/menu.vim	Sun May  6 15:21:23 2007
Karsten Hopp 811726
--- runtime/menu.vim	Mon Nov 19 23:17:11 2007
Karsten Hopp 811726
***************
Karsten Hopp 811726
*** 2,8 ****
Karsten Hopp 811726
  " You can also use this as a start for your own set of menus.
Karsten Hopp 811726
  "
Karsten Hopp 811726
  " Maintainer:	Bram Moolenaar <Bram@vim.org>
Karsten Hopp 811726
! " Last Change:	2007 Jan 09
Karsten Hopp 811726
  
Karsten Hopp 811726
  " Note that ":an" (short for ":anoremenu") is often used to make a menu work
Karsten Hopp 811726
  " in all modes and avoid side effects from mappings defined by the user.
Karsten Hopp 811726
--- 2,8 ----
Karsten Hopp 811726
  " You can also use this as a start for your own set of menus.
Karsten Hopp 811726
  "
Karsten Hopp 811726
  " Maintainer:	Bram Moolenaar <Bram@vim.org>
Karsten Hopp 811726
! " Last Change:	2007 Nov 19
Karsten Hopp 811726
  
Karsten Hopp 811726
  " Note that ":an" (short for ":anoremenu") is often used to make a menu work
Karsten Hopp 811726
  " in all modes and avoid side effects from mappings defined by the user.
Karsten Hopp 811726
***************
Karsten Hopp 811726
*** 658,664 ****
Karsten Hopp 811726
    let buf = 1
Karsten Hopp 811726
    while buf <= bufnr('$')
Karsten Hopp 811726
      if bufexists(buf) && !isdirectory(bufname(buf)) && buflisted(buf)
Karsten Hopp 811726
- 					    \ && !getbufvar(buf, "&bufsecret")
Karsten Hopp 811726
        let s:bmenu_count = s:bmenu_count + 1
Karsten Hopp 811726
      endif
Karsten Hopp 811726
      let buf = buf + 1
Karsten Hopp 811726
--- 658,663 ----
Karsten Hopp 811726
***************
Karsten Hopp 811726
*** 671,677 ****
Karsten Hopp 811726
    let buf = 1
Karsten Hopp 811726
    while buf <= bufnr('$')
Karsten Hopp 811726
      if bufexists(buf) && !isdirectory(bufname(buf)) && buflisted(buf)
Karsten Hopp 811726
- 					    \ && !getbufvar(buf, "&bufsecret")
Karsten Hopp 811726
        call <SID>BMFilename(bufname(buf), buf)
Karsten Hopp 811726
      endif
Karsten Hopp 811726
      let buf = buf + 1
Karsten Hopp 811726
--- 670,675 ----
Karsten Hopp 811726
*** ../vim-7.1.162/src/version.c	Sat Nov 24 21:49:19 2007
Karsten Hopp 811726
--- src/version.c	Thu Nov 29 17:44:08 2007
Karsten Hopp 811726
***************
Karsten Hopp 811726
*** 668,669 ****
Karsten Hopp 811726
--- 668,671 ----
Karsten Hopp 811726
  {   /* Add new patch number below this line */
Karsten Hopp 811726
+ /**/
Karsten Hopp 811726
+     163,
Karsten Hopp 811726
  /**/
Karsten Hopp 811726
Karsten Hopp 811726
-- 
Karsten Hopp 811726
hundred-and-one symptoms of being an internet addict:
Karsten Hopp 811726
158. You get a tuner card so you can watch TV while surfing.
Karsten Hopp 811726
Karsten Hopp 811726
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 811726
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 811726
\\\        download, build and distribute -- http://www.A-A-P.org        ///
Karsten Hopp 811726
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///