madsmith / bash-completion-lib

Automatically exported from code.google.com/p/bash-completion-lib
GNU General Public License v2.0
0 stars 0 forks source link

Completion doesn't work with stange characters in the path #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. mkdir -p '1° folder/2° folder'
2. cd 1<TAB><TAB>

What is the expected output? What do you see instead?

The first <TAB> press completes the path to «1°\ folder/» as expected.
The second <TAB> press, instead, does nothing. It should complete the path
to «1°\ folder/2°\ folder/»

What version of the product are you using? On what operating system?

I'm using bash-completion-lib 1.3.1 (1 Feb 2009) on openSUSE 11.1.

Please provide any additional information below.

Original issue reported on code.google.com by poletti....@gmail.com on 20 Jun 2009 at 8:53