1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-20 06:03:35 +01:00
Files
oh-my-zsh/lib/completion.zsh
Gravemind 0d897cca74 Fix hyphen and underscore filename completion
This deletes the previous hack that allowed completing files with
the extension: e.g. `abcd.z` to `abcdefg.z`.

It is still possible to use `abcd[TAB].z`, and hyphens or underscores
are very much more important than this other trick.

Source:
https://github.com/robbyrussell/oh-my-zsh/issues/1398#issuecomment-169163149

Signed-off-by: Marc Cornellà <marc.cornella@live.com>
2016-09-22 00:43:30 +02:00

2.7 KiB