Browse Source

Clarified git-info completion descriptions.

master
Sorin Ionescu 13 years ago
parent
commit
8d00173fd2
  1. 4
      plugins/git/completions/_git-info

4
plugins/git/completions/_git-info

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
#autoload
_arguments "1:toggle:((
on\:'Turn prompt Git status on for the current repository.'
off\:'Turn prompt Git status off for the current repository.'
on\:'enable in-prompt information for the current repository'
off\:'disable in-prompt information for the current repository'
))" && return 0

Loading…
Cancel
Save