mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Updated completion to work with comma seperated list
This commit is contained in:
parent
e0dcb4137c
commit
27a43ed610
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ _gitignireio_get_command_list() {
|
|||
}
|
||||
|
||||
_gitignireio () {
|
||||
compadd `_gitignireio_get_command_list`
|
||||
compset -P '*,'
|
||||
compadd -S '' `_gitignireio_get_command_list`
|
||||
}
|
||||
|
||||
compdef _gitignireio gi
|
||||
Loading…
Add table
Add a link
Reference in a new issue