Commit 9afb139d authored by futjikato's avatar futjikato
Browse files

Updated completion to work with comma seperated list

parent 33b1a3bc
...@@ -5,7 +5,8 @@ _gitignireio_get_command_list() { ...@@ -5,7 +5,8 @@ _gitignireio_get_command_list() {
} }
_gitignireio () { _gitignireio () {
compadd `_gitignireio_get_command_list` compset -P '*,'
compadd -S '' `_gitignireio_get_command_list`
} }
compdef _gitignireio gi compdef _gitignireio gi
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment