Remove Bclose#61
Conversation
|
mmm, one small issue I spotted, and testing confirmed, what happens: P.S. : on a different note, on line 54 the word 'regularly' does not mean what you think in this context, |
|
might i suggest a wild idea? |
|
I think that line 170 with the s:std_in variable can be removed as it was in master |
|
I've added a 'tab-feature' branch on my fork, so you can take a look at what I've got |
|
Thanks for your help and sorry for the delayed response.
|
|
I've been taking another look at this. |
@enthudave opened the PR #60 to fix an issue with the alternate buffer that was not well define after closing ranger.
I was trying to find an alternative implementation when I have seen a way to re-implement the neovim "rangerCallback" function without the use of the external dependency Bclose.
I wanted to remove Bclose since the beginning but I didn't find any other implementation keeping the same behaviours until now.
I know that there is probably some broken features so I open the PR to see if I get some interesting comments. During this time I will polish the implementation and make the thing totally stable.