vifm / vifm.vim

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

Error detected <SNR>56_StartVifm: #33

Closed sQVe closed 4 years ago

sQVe commented 4 years ago

Hey :wave:,

Since a couple of days ago this plugin errors for me. As soon I use the :Vifm command it outputs:

:Vifm
Error detected while processing function <SNR>56_StartVifm:
line   87:
E89: vifm: edit will be killed(add ! to override)
Press ENTER or type command to continue

I have the following settings:

" Disable netrw.
let g:loaded_netrw = 1
let g:loaded_netrwPlugin = 1

" Vifm.
let g:vifm_replace_netrw = 1
let g:vifm_term = "term"

Give me a ping if I can provide any more information to help out. I'm pretty helpless without this plugin :heart:

xaizek commented 4 years ago

Hello,

thanks for the report, I believe it is fixed now.

sQVe commented 4 years ago

@xaizek Works fine now. Thank you for the quick fix!