When browsing on a remote (e.g. through ssh) host, attempting to use a bookmark with "gb" produces the following error: E121: Undefined variable: b:netrw_cur E116: Invalid arguments for function <SNR>33_NetrwBookHistHandler Creating and deleting bookmarks does not cause any problem. Jumping to bookmarks also works properly on a local host, even if the bookmark points to a remote host.
This seems to be because b:netrw_cur is used in the remote host part of the netrw.vim plugin instead of b:netrw_curdir. I've only checked this with 7.3.409, but looking the mercurial repository, the erroneous variable still seems to be used. A simple patch is appended. -- 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
netrw_curdir.patch
Description: Binary data
