Closed GoogleCodeExporter closed 9 years ago
I just encountered this myself. s:NetrwSafeOptions() seems like it's for
strictly internal use and the comment in front of it mentions functions for
saving and restoring user settings (though it erroneously calls the saving
function NetrwSaveOptions() while the right name seems to be
NetrwOptionSave()). The line that sets bt=nofile inside it was added in
657ade71d395, but that is also the changeset that commented out the line that
saves bt inside s:NetrwOptionSave(). Also, line 87 (of
runtime/autoload/netrw.vim) also sets bt=nofile, but this seems superfluous
since s:NetrwSafeOptions() is called on the preceding line.
Can anyone comment on this?
Original comment by denis.ka...@gmail.com
on 22 May 2014 at 3:59
Confirming that uncommenting the saving line in NetrwOptionSave() seems to fix
issue no. 1, as in the supplied patch. I'm not sure if it breaks anything,
though.
Original comment by denis.ka...@gmail.com
on 22 May 2014 at 7:25
Attachments:
I was facing the same problem, and I also confirm that applying the last sent
patch resolved my problem.
Original comment by wagnerluis1982@gmail.com
on 16 Jun 2014 at 12:09
I can confirm that the latest version of netrw, from Dr. Chip's site, also
solved these issues:
http://www.drchip.org/astronaut/vim/
Original comment by jax...@gmail.com
on 16 Jun 2014 at 12:11
fixed by the maintainer. netrw plugin will then later be included in Vim with
an update.
Original comment by chrisbr...@googlemail.com
on 2 Oct 2014 at 7:53
Original issue reported on code.google.com by
henrycha...@gmail.com
on 20 Apr 2014 at 8:19Attachments: