about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-01-23 03:36:21 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-01-23 03:37:02 +0000
commit8cb130fe7311aa428e93978eeceb5ab141959aa6 (patch)
treedce740a55f046c1556829647e76fe161268ed2e9 /Etc
parentd219f006097635e7eb28183d1a1da019336198e9 (diff)
downloadzsh-8cb130fe7311aa428e93978eeceb5ab141959aa6.tar.gz
zsh-8cb130fe7311aa428e93978eeceb5ab141959aa6.tar.xz
zsh-8cb130fe7311aa428e93978eeceb5ab141959aa6.zip
unposted: Etc/BUGS: Record users/20807 vcs_info quilt issue.
Diffstat (limited to 'Etc')
-rw-r--r--Etc/BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Etc/BUGS b/Etc/BUGS
index 96958f992..a351464ac 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -22,3 +22,8 @@ string '%F{blue}', cause $vcs_info_msg_N_ to be rendered in blue.
 
 40240 has a patch, but 40241 explains why that patch is incomplete.
 ------------------------------------------------------------------------
+users/20807: vcs_info quilt 'addon' mode: hook lookup context specifies
+the underlying VCS but not whether quilt is used.
+
+Workaround: test (( ${+funcstack[(r)VCS_INFO_quilt]} )).
+------------------------------------------------------------------------