mirror of
https://github.com/neovim/neovim.git
synced 2026-02-26 12:22:58 +10:00
Problem: username parsing bug in netrw plugin when using remote adding
feature
Solution: Allow any characters except for "@" (Václav Kobera), add a
test for the netrw plugin
closes: vim/vim#18611
f17f78c557
Co-authored-by: Václav Kobera <vasekobera@gmail.com>