You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following mapping `nmap O (fern-action-ex=)Open``
Inspection of the ":map O" returns
n O *@<Cmd>execute "Open " .. expand('<cfile>:p')<CR>
Would be more appropriate expanding to n O *@<Cmd>execute "Open " .. fnameescape(expand('<cfile>:p'))<CR> ?
Often, full filepaths have whitespaces in Windows.