Spakman / urchin

A Unix shell for Ruby programmers.
http://spakman.github.com/urchin/
GNU General Public License v3.0
36 stars 1 forks source link

Tilde expansion doesn't work with escaped chars in pathnames #16

Open Spakman opened 11 years ago

Spakman commented 11 years ago

Perhaps this will be helped by issue #4.

$ touch "/home/mark/one two three"
$ touch "/home/mark/one two zero"
$ ls ~/on<TAB>
one two three  one two zero   
$ ls ~/one\ two\     <-- Correctly completes first two words - <TAB> again doesn't work.