为什么不(Vim插件)NetRW浏览功能打开目录和文件?

时间:2012-12-27 21:34:43

标签: vim vim-plugin netrw

我正在使用MacRim 7.3快照66(截至2012年12月的最新版本)和NetRW v147b。当我从命令行运行mvim .时,它运行NetRW,但浏览行为非常奇怪。

我的NetRW窗口看起来像这样(注意奇怪的完整路径,而不是相对路径):

| Users/me/chef/cookbooks/windows/recipes/
| Users/me/chef/cookbooks/windows/resources/
| Users/me/chef/cookbooks/windows/CHANGELOG.md
| Users/me/chef/cookbooks/windows/CONTRIBUTING
| Users/me/chef/cookbooks/windows/LICENSE
|

当我在一行上点击ENTER时,它对目录和文件没有任何作用,它会打开一个新的空白Vim缓冲区作为[新目录]。

NetRW过去按预期工作,我不知道如何修复它。有什么想法吗?

1 个答案:

答案 0 :(得分:2)

好的,通过git bisect的魔力,我发现确切的NetRW选项会导致此问题:

" default to tree-style listing, like NERDTree
let g:netrw_liststyle=3