cocopon / vaffle.vim

:file_folder: Lightweight, window-based file manager for Vim
MIT License
284 stars 20 forks source link

keep the alternate file and fix interference with/by the projectionist plugin #53

Closed WhoIsSethDaniel closed 4 years ago

WhoIsSethDaniel commented 4 years ago
WhoIsSethDaniel commented 4 years ago

To replicate the https://github.com/tpope/vim-projectionist problem simply install projectionist and attempt to run vaffle. As best I can tell 'edit' will not interfere with projectionist and does what is required by vaffle.

cocopon commented 4 years ago

Thank you for creating a pull request!

It seems that some test cases turn into failed. Please run testing in your environment with themis test/* --reporter spec. (themis.vim)

I've found that GitHub CI workflow missed some test cases so I fixed it in recent commits 7c8a2bc87f3dd93019a6333923dfe98a2d55c6e7 and 2b8ed0d76888e3b7db0d8c89704a611aea3f0fac, sorry for that...

WhoIsSethDaniel commented 4 years ago

I will split the PR into two PRs. One change causes all the problems.