Wednesday, June 23, 2010

Re: keep netrw directories

On 24/06/10 05:24, Sigma wrote:
> Hi,
> In netrw when I visit several directories in a row, and then do :ls,
> only the last directory
> appears in the :ls listing. How can I get vim to keep all the
> directories in the :ls menu?
> I'm using vim 7.1.314.
>
> Thanks,
> Sigma
>

Use ":ls!" (without the quotes but with the exclamation mark). The
deleted netrw buffers have been "deleted", not "wiped out", they are
still in the buffer list, but "unlisted" unless you use that exclamation
mark.

See
:help :bdelete
:help :bwipeout
:help :ls
:help unlisted-buffer


Best regards,
Tony.
--
There was a young man of Cape Horn
Who wished he had never been born,
And he wouldn't have been
If his father had seen
That the end of the rubber was torn.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment