Mac 上的 Vim 命令 T 不起作用
我在 Mac OS X Lion 上使用 xcode 手动编译了 vim73,在 rvm 上使用 ruby1.9.3 手动编译了 vim73。我已经编译了 command-t 的 C 扩展。当我按leader+t时,命令-t正在打开,它显示一些文件,但是当我输入一些字符时,它不会搜索。
问题是什么?
I've compiled vim73 manually on Mac OS X Lion using xcode and ruby1.9.3 on rvm. I've compiled the C extension for command-t. When I press leader+t the command-t is opening, it is showing some files, but when I type some chars it doesn't search.
What is the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这不是一个直接的答案,但 FWIW 我(我确定过早地)放弃了 Command-T + Lion,直到我开始使用 Janus MacVim 发行版 成功地将其拉下来,构建并集成它。
This isn't a direct answer but FWIW I had (prematurely I'm sure) given up on Command-T + Lion until I got into using the Janus MacVim distro which does sucessfully pull it down, build and integrate it.
我在 Mac 上也有同样的行为。当我 :cd 进入另一个目录时它就可以工作。由于某种原因它在 ~/ 下不起作用
I have the same behaviour on my Mac. It works as soon as I :cd into a different directory. For some reason it does not work under ~/