configuration -> options -> edit/view -> editor for F4
~
Editor = C:\Program Files\total commander\vim61\gvim.exe
I was wondering if it was possible to give parameters to the editor.
I have tried:
Editor = C:\Program Files\total commander\vim61\gvim.exe -y
Editor = C:\Program Files\total commander\vim61\gvim.bat
Where gvim.bat contains:
gvim.exe -y %1
But it doesn't work..

Does anyone know how to get it working / is it possible ?