https://bugzilla.suse.com/show_bug.cgi?id=1229795 https://bugzilla.suse.com/show_bug.cgi?id=1229795#c9 Michael Pujos <pujos.michael@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pujos.michael@gmail.com --- Comment #9 from Michael Pujos <pujos.michael@gmail.com> --- There is also this issue with directories with ':' in their name, which is frequent for OBS repos (for example home:user:branches:games): Example: mkdir test:lol cd test<TAB> cd test\:lol/ (<= completion) Slso there is problem with completion for files in such folders if a backlash does not precede the ':' : echo "TROLOLOL" > test:lol/blargh ls test:lol/<TAB> (=> no completion) ls test\:lol/<TAB> (=> completion to test\:lol/blargh) -- You are receiving this mail because: You are on the CC list for the bug.