Mahmoud Al-Qudsi d4ed2ca447 Correct string replace usage in pip2/3 completions
\b does not match "end of spaces" but rather "start of a-z/0-9" and so
does not match the start of string '-c'. Match (and then re-insert) a
literal ' ' as part of the pattern instead.

(cherry picked from commit b61c4f1cbccbb0dbf771e2f3204fa57ab9caad1b)
2017-10-05 13:56:24 +02:00
..