Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文件系统中存储了Vim:h something的文档(输入Vim时显示的内容?所有内容都在一个地方还是有例外?我可以通过一些命令找出存储在哪里,例如某个插件的文档文件吗?
:h something
做:
:set runtimepath
将使用运行时路径中指定的目录在 doc/ 目录中查找文档。
您可以通过以下方式获取更多信息:
:he runtimepath
如果您下载 src-tree,所有文档都在文件夹中
vim/runtime/doc
默认安装文件夹是
usr/local/share/vim/vim73/doc/