這裏是我完整的vim配置文件https://bitbucket.org/tristan_ph/dotvim。而我的vimrc https://bitbucket.org/tristan_ph/dotvim/src/tip/.vimrcvim - 重新打開未列在緩衝區列表中的已刪除緩衝區
以下是重新產生問題的步驟。
- 使用(使用FuzzyFinder FufCoverageFile)來打開一個倍數。例如, listing_controller.rb和listings_controller_spec.rb
- 列出所有打開的緩衝區(:在ex模式下爲ls),緩衝區按預期列出。 輸出:listings_controller.rb和listings_controller_spec.rb
- 使用刪除listing_controler.rb緩衝:BD(我使用BCLOSE之前,我認爲這是原因,但是當我刪除它,問題仍然存在)
- 打開listing_controller .rb再次使用FuzzyFinder FufCoverageFile
- 列出所有打開的緩衝區(:在ex模式下爲ls),只有列表中的listing_controller_spec.rb在列表中。
如何打開緩衝區列表(:ls)中列出的listing_controller.rb?我不知道這是否是由另一個插件引起的。
想知道,我也很好奇這件事。 – Inc1982