在 Windows (x64) 上安装附加 Vim 帮助标签
我终于尝试加快使用 Vim 的速度,在 Win 64 上所以我将 Vim 安装在 C:\Program Files (x86)\Vim\ 我已经添加了似乎可以工作的数据库插件,但我想配置帮助文件,说明从 Vim 中运行 :helptags $VIM/vimfiles/doc 但我得到 C:\Program Files\Vim\vimfiles\找不到 doc(请注意对程序文件的引用,而不是 x86 版本)...我尝试将 Vim 中的目录更改为 C:\Program Files (x86)\Vim\vimfiles\doc 和变体... 。但还没有找到“解锁这个野兽的秘密组合!?
这些平台之间的文件路径问题是一个熊!”
I have been finally trying to get up to speed with Vim, in this case on Win 64 So I have Vim installed in C:\Program Files (x86)\Vim\
and I have added the DB plug in which seems to be working but I want to configure the help file the inst says to run :helptags $VIM/vimfiles/doc from in Vim but I get C:\Program Files\Vim\vimfiles\doc not found (note the reference to the Program files and not the x86 version)... I've tried changing the directory in Vim to the C:\Program Files (x86)\Vim\vimfiles\doc and variations.... but have not found the "secret combo to unlock this beast!?
These file path issues between platforms are a bear!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也遇到了同样的问题;我的 .vimrc 调用了 helptags (我认为把它放在那里是个好主意),无论如何,一旦我删除了 helptags 调用,错误就消失了,我仍然可以从 vim 获得有关 dbext 的帮助。我现在假设你不需要调用 helptags,除非可能一次,而不是每次 vim 启动时。
I had the same problem; my .vimrc had called helptags (I thought it would be a great idea to put it there), anyway, once I removed that helptags call, the error went away and I STILL could get help on dbext from vim. I'm assuming now that you do not need to call helptags except for possibly once, not on every vim start.