RE: delete buffer in tab but retain empty tab

2007-01-24 Thread Suresh Govindachar
A.J.Mechelynck wrote: Vinay Doma wrote: I'd like to be able to delete a buffer in a tab, but still retain the tab. Right now, Vim just closes the tab. Is there any way I can configure Vim to do this? Example, vim file1.txt :tabe file2.txt :bd (closes

delete buffer in tab but retain empty tab

2007-01-23 Thread Vinay Doma
I'd like to be able to delete a buffer in a tab, but still retain the tab. Right now, Vim just closes the tab. Is there any way I can configure Vim to do this? Example, vim file1.txt :tabe file2.txt :bd (closes file2.txt as well as the tab. I'd still like to retain this empty tab.) Thanks,

Re: delete buffer in tab but retain empty tab

2007-01-23 Thread Albie Janse van Rensburg
Vinay Doma wrote: I'd like to be able to delete a buffer in a tab, but still retain the tab. Right now, Vim just closes the tab. Is there any way I can configure Vim to do this? Example, vim file1.txt :tabe file2.txt :bd (closes file2.txt as well as the tab. I'd still like to retain this