The quick_open function family does not escape the paths in auto_open. With this fix, paths with spaces and some other special characters work, even though file names starting with dashes are still confused for options by xdg-open. Only tested on Linux.
The
quick_open
function family does not escape the paths inauto_open
. With this fix, paths with spaces and some other special characters work, even though file names starting with dashes are still confused for options byxdg-open
. Only tested on Linux.