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
The fzf interactive mode (`-I`) constructs a `tmpname` pathname and
tries to sanitize it by stripping all `\` characters. But it missed
stripping all `:` characters, and the command printed this error output:
The filename, directory name, or volume label syntax is incorrect.
The `tmpname` looked like "c:\tmp\Temp\zlua_c:tmpTempsh2k0.txt", and
the embedded `:` caused the error output.
This commit adds `:` to the list of characters to be stripped (only on
Windows).
0 commit comments