For --remote, files are opened with :drop command on remote vim.
And :drop command removes backslash followed by special character.
This behavior also occur for ":edit aaa\(bbb).txt".
:help filename-backslash
Vim handles '(' as special character because it is not included in the
default 'isfname' value.
Add "set isfname+=(" in vimrc for workaround.-- Yukihiro Nakadaira - [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
