Re: Gvim File/Close menu does not close tabs

2011-03-07 Fir de Conversatie Bram Moolenaar
Ben Schmidt wrote: > >> Hello, > >> Please open a file1. > >> Open a file file2 in a new tab. > >> Use the File/Close menu to close file2 tab. > >> The tab is not closed, instead an empty buffer with name "No Name" > >> replaces file2. > > > >> So the File/Close menu is not a synonym for :close.

Re: Gvim File/Close menu does not close tabs

2011-03-07 Fir de Conversatie Jean Johner
On Mar 7, 12:19 am, Ben Schmidt wrote: > I think it's a bug. Here's the fix: > > diff --git a/runtime/menu.vim b/runtime/menu.vim > --- a/runtime/menu.vim > +++ b/runtime/menu.vim > @@ -101,7 +101,7 @@ >   an 10.320 &File.Open\ Tab\.\.\.:tabnew    :browse tabnew >   an 10.325 &File.&New:enew    

Re: Gvim File/Close menu does not close tabs

2011-03-06 Fir de Conversatie Ben Schmidt
Hello, Please open a file1. Open a file file2 in a new tab. Use the File/Close menu to close file2 tab. The tab is not closed, instead an empty buffer with name "No Name" replaces file2. So the File/Close menu is not a synonym for :close. Is it a feature or a bug ? I think it's a bug. Here

Gvim File/Close menu does not close tabs

2011-03-06 Fir de Conversatie Jean Johner
Hello, Not a single comment to the vim_use message below. I think it is a bug. Could you fix it. Best regards Jean Johner >Hello, >Please open a file1. >Open a file file2 in a new tab. >Use the File/Close menu to close file2 tab. >The tab is not closed, instead an empty buffer with name "No Name