diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2014-03-28 11:00:35 +0000 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2014-04-05 10:56:52 +0200 |
commit | eb4c70d0b7856a8ddfeb4ea2d3d83991f5cb82d3 (patch) | |
tree | 67083cf89a40cb81bcd18a32f59bc6c425bb34e6 /Completion/Zsh/Command | |
parent | 4dfe62640a786f60e72af64021910c6ac11167cc (diff) | |
download | zsh-eb4c70d0b7856a8ddfeb4ea2d3d83991f5cb82d3.tar.gz zsh-eb4c70d0b7856a8ddfeb4ea2d3d83991f5cb82d3.tar.xz zsh-eb4c70d0b7856a8ddfeb4ea2d3d83991f5cb82d3.zip |
32528: vcs_info: Add check-for-staged-changes
Diffstat (limited to 'Completion/Zsh/Command')
-rw-r--r-- | Completion/Zsh/Command/_zstyle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_zstyle b/Completion/Zsh/Command/_zstyle index 708c0fddf..eb27117b2 100644 --- a/Completion/Zsh/Command/_zstyle +++ b/Completion/Zsh/Command/_zstyle @@ -182,6 +182,8 @@ styles=( disable v:vcs disable-patterns v: check-for-changes v:bool + check-for-staged-changes + v:bool stagedstr v: unstagedstr v: command v:_command_names |