-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Bclose #61
base: master
Are you sure you want to change the base?
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.