Yuri wrote:
On 02/26/2014 08:53, Charles E Campbell wrote:
I suggest that you try things out with the latest netrw, which you
can get from my website:
Yes, this fixed the problem.
Since you are the maintainer, I would like to ask if it is possible to
not change directory to the folder that is opened with ":new mydir/"?
Currently, it changes the current directory to mydir/ once some file
from there is opened. I don't this this is generally a desired
behavior. Opening a file is what users usually want.
Yuri
Hello!
With g:netrw_keepdir= 0, :new somedir/ (where somedir previously
existed) started up a netrw browsing window with .../somedir as the
current directory. This behavior is correct.
With g:netrw_keepdir= 1, :new somedir/ (where somedir previously
existed) started up a netrw browsing window without having changed the
currrent directory. This behavior is correct.
When somedir did not previously exist, :new somedir/ did not create a
new directory.
Opening some file from that directory did not affect the current
directory (leaving it as .../somedir when g:netrw_keepdir=0 and ... when
g:netrw_keepdir=1).
I'm not sure what you're asking for here; please elucidate!
Thank you,
C Campbell
--
--
You received this message from the "vim_dev" 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
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.