Fixed Filename completion does not quote filenames containing ^

Oct 29, 2008
93
0
While it´s a bad idea to create files containing characters special to TCC, I can’t control what other programs do. Filename completion correctly quotes files containing a & character, but not those containing a ^.

To see this in action, execute the command:
Code:
md tmp && cd tmp && touch /c foo^&bar foo^^bar
then type DEL followed by pressing [F9] [F10]
 

Similar threads