Some default options are initialized as empty:
https://github.com/vim/vim/blob/371583642a5eecc134d285e6df49f5edceeab95c/runtime/pack/dist/opt/netrw/autoload/netrw.vim#L69-L73
preventing them later from getting the rigth value:
https://github.com/vim/vim/blob/371583642a5eecc134d285e6df49f5edceeab95c/runtime/pack/dist/opt/netrw/autoload/netrw.vim#L295-L301
because s:NetrwInit() will only set values for undefined variables:
https://github.com/vim/vim/blob/371583642a5eecc134d285e6df49f5edceeab95c/runtime/pack/dist/opt/netrw/autoload/netrw.vim#L53-L57
After the fix, things were not working so I revamp those functions where the default options were used. Besides:
shellslash option.I extended the netrw testing accordingly.
https://github.com/vim/vim/pull/19287
(3 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@MiguelBarro pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()