vifm / vifm.vim

Vim plugin that allows use of vifm as a file picker
333 stars 19 forks source link

VsplitVifm fails with vim 8 / vifm 0.8.2 #42

Closed normen closed 4 years ago

normen commented 4 years ago

I'm getting an error on a RasPi with the default versions included in Raspbian "Stretch":

To reproduce:

Error message:

Fehler beim Ausführen von "function <SNR>28_StartVifm[106]..<SNR>28_HandleRunResults":                                                                                            
Zeile   74:                                                                                                                                                                       
E319: Der Befehl ist in dieser Version nicht implementiert: drop /home/pi/npm-code/homebridge-platform-maxcube/package-lock.json                                                  
Betätigen Sie die EINGABETASTE oder geben Sie einen Befehl ein     

Vifm version: 0.8.2 Vim version:

VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jun 21 2019 04:10:35)                                                                                                                
Inklusive der Korrekturen: 1-197, 322, 377-378, 550, 649, 651, 703, 706-707                                                                                                       
Extra patches: 8.1.1401, 8.1.1382, 8.1.1368, 8.1.1367, 8.1.1366, 8.1.1365, 8.1.1046, 8.1.0613, 8.1.0547, 8.1.0546, 8.1.0544, 8.1.0540, 8.1.0539, 8.1.0538, 8.1.0506, 8.1.0208, 8.1
.0206, 8.1.0205, 8.1.0189, 8.1.0177, 8.1.0067, 8.1.0066                                                                                                                           

Cheers, Normen

xaizek commented 4 years ago

Please check if gh42 branch fixes the issue for you.

normen commented 4 years ago

That gives me this error:

Fehler beim Ausführen von "/home/pi/.normen/.vim/pack/default/start/vifm/plugin/vifm.vim":
Zeile   31:
E319: Der Befehl ist in dieser Version nicht implementiert: ^Idrop

(on the start of vim I should add)

xaizek commented 4 years ago

Please try that branch again, looks like I wasn't using :catch command correctly. New version seems to catch errors properly.

normen commented 4 years ago

Yes, now it works, thank you!

xaizek commented 4 years ago

Great, thanks for the bug report and for testing!