[vim/vim] runtime(netrw): prioritize g:netrw_home for bookmarks and history directory setting (PR #21091)
"J. Paulo Seibt" (Vim Github Repository) <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/pull/[email protected]> |
The documentation for `*netrw-browser-settings*` says that `g:netrw_home` defines the "home directory for where bookmarks and history are saved ...". However, in Neovim this variable is ignored because the `has('nvim')` check evaluates first, so users can't override the default path.
Since this is a Neovim-specific fix, maybe @zeertzjq can confirm if this bypass was intentional?
You can view, comment on, or merge this pull request online at:
https://github.com/vim/vim/pull/21091
-- Commit Summary --
* runtime(netrw): prioritize g:netrw_home for bookmarks and history directory setting
-- File Changes --
M runtime/pack/dist/opt/netrw/autoload/netrw.vim (6)
-- Patch Links --
https://github.com/vim/vim/pull/21091.patch
https://github.com/vim/vim/pull/21091.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/vim/vim/pull/21091
You are receiving this because you are subscribed to this thread.
Message ID: <vim/vim/pull/[email protected]>
--
--
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].
To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/pull/21091%40github.com.