path completion should favor displaying the actually completed part of the string rather than the prefix
Aberta
- Linguagem predominante
- Python
- Estrelas
- 16.8k
- Forks
- 4.5k
- Merge médio
- 1d 2h
- PRs com merge (30d)
- 6
Descrição
Essentially, this is exactly the same issue as #9835, except that it affects path completion rather than object completion: when completing /some/very/very/long/path/with/subdirectories/{a,and,b}, ipython (7.0.1) currently truncates away the end of the paths, whereas it would be more useful to truncate away the common, beginning part.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.