When I do vim ftp://[user@]machine/path in Vim I get this error: E683: File name missing or invalid pattern. Why id Vim treating this command as a search pattern?
I’m getting the same error in MacVim and Terminal Vim.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Usually you want to start Vim and then edit a file over ftp. Calling
vimwith a url may not work. You’re supposed give a file path as argument tovimand that’s what’s causing the error.Also, the error says:
Vim is not treating it as a search pattern. Notice the “or”. It happens that no file name is given.
Try starting vim and then: