When a directory has ' in its name, Fish does tab completion wrong.

For example, suppose you do the following (in an empty directory):

mkdir "a'b"
touch "a'b/foo bar"

Then do

ls a<tab><tab>

After the first tab, Fish produces

ls a\'b/

which is right.  But at the second tab you get

ls a\'b/foo bar'

when instead it should be

ls a\'b/foo\ bar

The tab completion routine didn't realize that the ' in a'b was
escaped, so it thought it didn't have to escape the space.

(I'm using version 1.21.10.)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to