We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a0c9a3 + 52fd972 commit 2df7683Copy full SHA for 2df7683
contrib/completion/git-completion.bash
@@ -2608,6 +2608,10 @@ _git ()
2608
if [[ -n ${ZSH_VERSION-} ]]; then
2609
emulate -L bash
2610
setopt KSH_TYPESET
2611
+
2612
+ # workaround zsh's bug that leaves 'words' as a special
2613
+ # variable in versions < 4.3.12
2614
+ typeset -h words
2615
fi
2616
2617
local cur words cword prev
@@ -2659,6 +2663,10 @@ _gitk ()
2659
2663
2660
2664
2661
2665
2666
2667
2668
2669
2662
2670
2671
2672
0 commit comments