Skip to content
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

VsplitVifm fails with vim 8 / vifm 0.8.2 #42

Closed
normen opened this issue Apr 30, 2020 · 5 comments
Closed

VsplitVifm fails with vim 8 / vifm 0.8.2 #42

normen opened this issue Apr 30, 2020 · 5 comments

Comments

@normen
Copy link

normen commented Apr 30, 2020

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

To reproduce:

  • :VsplitVfm
  • select a file to open
  • error appears but file opens

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
Copy link
Member

xaizek commented Apr 30, 2020

Please check if gh42 branch fixes the issue for you.

@normen
Copy link
Author

normen commented Apr 30, 2020

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
Copy link
Member

xaizek commented May 1, 2020

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

@normen
Copy link
Author

normen commented May 1, 2020

Yes, now it works, thank you!

@xaizek xaizek closed this as completed in be4831b May 1, 2020
@xaizek
Copy link
Member

xaizek commented May 1, 2020

Great, thanks for the bug report and for testing!

xaizek added a commit to xaizek/vifm that referenced this issue May 1, 2020
Thanks to Normen Hansen (a.k.a. normen).

Fixes vifm/vifm.vim#42 on GitHub.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants