bufexplorer
bufexplorer copied to clipboard
"Escaped" message when calling BufExplorer
Hi,
when I call BufExplorer I see an "Escaped" message in the statusbar
This doesn't happen if I use BufExplorer(Vertical|Horizontal)Split.
I have removed all my vundle bundles and reset all BufExplorer options to defaults, and this still happens. Removing all vim options doesn't help either. Any ideas?
Thanks
That is very strange indeed. No one has ever reported this.
First, it might be something with Linux or OSX? I am running Windows. I can try and get a Linux VM running to see if it happens here, but that is going to take me some time do get accomplished.
It indeed happens both in OSX and in Linux, for me. If you have some ideas, I can try to debug this myself, but I don't even know where to start :-)
@apuignav, I'm trying to reproduce the error in OSX, but it's not happening for me. I followed your steps, but, I still don't see the message. Are there other steps required to reproduce the error? Try pulling from the repo again, to see if a recent update has fixed it.
Just updated, still happening... I'll try to prepare some minimal example, maybe there's interference with some other plugin.
On Sat, Jun 13, 2015 at 7:07 AM, Phil Runninger [email protected] wrote:
@apuignav https://github.com/apuignav, I'm trying to reproduce the error in OSX, but it's not happening for me. I followed your steps, but, I still don't see the message. Are there other steps required to reproduce the error? Try pulling from the repo again, to see if a recent update has fixed it.
— Reply to this email directly or view it on GitHub https://github.com/jlanzarotta/bufexplorer/issues/17#issuecomment-111670460 .
Dr. Albert Puig Navarro Laboratoire de Physique des Hautes Energies Ecole Polytechnique Fédérale de Lausanne (EPFL) BSP 614.4 (Cubotron UNIL) CH-1015 Lausanne EPFL Phone: 021 6939808 CERN Phone: 72518
I am unable to reproduce that you are seeing either on Windows... I can setup a Linux distro and give it a try there...
I got the same issue and found it was because I had
"Plugin 'greduan/vim-empty-insert'
installed. It goes into insert mode on an empty buffer and it was setting mode to Insert when I opened bufexplorer, causing the 'Escaped' error, and breaking navigation. So I uninstalled it..