about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
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]} )).
+------------------------------------------------------------------------