Hello I have a problem using latest vim with omnicompletion while editing a file that is located remotely on ftp.
:e ftp-address//
While using it localy it works great.
thanks in advance.
to whom this may interest.
After searching and consulting I've found that this happened because of vim trying to find information on the server which took a long trip back and fourth for each file.
I've found another setup for windows who works well:
There is a program called winSCP.
it isn't the only one but this does it's jobs perfectly.
anyway it has a feature to sync any changes done in a local directory and upload it to the FTP server.
i used all vim features locally and it works fast and good :)