Hi,
Yesterday I downloaded the source code for VIFM version 0.14 with :
wget https://prdownloads.sourceforge.net/vifm/vifm-0.14.tar.bz2
and compile it in Linux with
./configure
and
make
but not make install, because I run it directly from a script:

After that, I tried with the new version to run a Fip.sh script to play some music, while I was on it, I pressed ENTER to run it, but instead, the file was opened with the VIM editor.
I checked the permissions of this script, it was ok, I tested it from a console and it works.
I tried for several hours to debug and ran :execute, it did nothing. The temporary solution I found :!./%c
Any Idea why :execute is not running the script ?
I don't think this is due to the new version of vifm but rather to a local configuration.
Merci !