mirror of
https://github.com/neovim/neovim.git
synced 2026-09-13 17:41:10 +00:00
Problem: netrw#fs#Glob() calls s:NetrwRemoteListing() and uses
s:THINLIST, which are script-local to autoload/netrw.vim and
not visible in autoload/netrw/fs.vim. Listing a remote
directory in the tree view fails with E117 and E121.
Solution: Use netrw#Call() and netrw#Expose(), which exist to reach
the script-local functions and variables of netrw.vim.
closes: vim/vim#21259
71a0e7ca13
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>