Hi,
in last days I started to learn and use gvim. For the easy access I have created new User Command and assigned it to hotkey.
But I hit a problem, when opening files with path containing space, because Gvim considers argument with spaces as separate arguments, even if it is encapsulated in apostrophes .
It would be nice, if there will exist some multi-tag escaping spaces.
Command: MC.Run CMD=gvim ARG="${focusfilepath}"