1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-24 15:23:29 +02:00

Updated completion to work with comma seperated list

This commit is contained in:
futjikato
2013-10-05 00:56:17 +02:00
parent 33b1a3bcfe
commit 9afb139d20
@@ -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