gvim - 远程 ftp 崩溃时的omnicompletion

发布于 2024-09-30 09:30:34 字数 398 浏览 7 评论 0原文

您好,我在编辑位于远程 ftp 上的文件时,使用最新的 vim 和omnicompletion 时遇到问题。

 :e ftp-address//

it just hangs on "searching" and then outputs that it is missing a file after along time, the second time i try VIM crashes,

i've tried to look up on :help and googled but it does not seems to be a common problem. But I would like any suggestions on it.

在本地使用它时效果很好。

提前致谢。

Hello I have a problem using latest vim with omnicompletion while editing a file that is located remotely on ftp.

 :e ftp-address//

it just hangs on "searching" and then outputs that it is missing a file after along time, the second time i try VIM crashes,

i've tried to look up on :help and googled but it does not seems to be a common problem. But I would like any suggestions on it.

While using it localy it works great.

thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

温柔一刀 2024-10-07 09:30:34

谁可能对此感兴趣。

经过搜索和咨询后,我发现发生这种情况是因为 vim 试图在服务器上查找信息,而每个文件都需要往返很长时间。

我发现了另一种运行良好的 Windows 设置:

有一个名为 winSCP 的程序。
它不是唯一的,但这完美地完成了它的工作。

不管怎样,它有一个功能可以同步本地目录中所做的任何更改并将其上传到 FTP 服务器。

我在本地使用了所有 vim 功能,它运行得又快又好:)

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 :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文