2016-02-13 18 views
0

所以这是直接重现,只是我不知道它是否是一个错误。vim分裂行为怪异与资源管理器

C-w v # to split vertically 
:Ex # open explorer in current split 
C-w l # switch to the other split 
:Ex # open explorer 

     # at this point, cursor went back to the first split 

Enter # open file in the current split 

在这一点上,我不能切换到其他资源管理器是主动/可见的拆分。但是,如果我执行:q关闭第一个分割,Explorer将变为活动状态。

这是一个错误?

+0

我无法重现此;你使用的是什么版本/变种的vim?然而,NetRW(提供“:Ex”的内置插件)确实是* buggy,所以我敢打赌,这是一个错误......可能以某种方式与您的vimrc进行交互;你可以通过运行vim而不需要加载你的配置来重现吗? –

+0

我使用Homebrew中的':version'输出7.4,包含补丁1-979。 ':让g:loaded_netrwPlugin'说v154。 – mostruash

回答

0

所以这似乎是一个bug如上所述here@zenazn表明它在v155(alpha?)中是固定的。