From dae5aa04f513aa299f4ae2b4f8bc0892f4ea4e04 Mon Sep 17 00:00:00 2001 From: Chris Apple <14171107+cjappl@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:47:12 -0800 Subject: [PATCH] Remove check for _git-forgit --- completions/_git-forgit | 2 -- 1 file changed, 2 deletions(-) diff --git a/completions/_git-forgit b/completions/_git-forgit index bd0ba89..8bc202d 100644 --- a/completions/_git-forgit +++ b/completions/_git-forgit @@ -104,8 +104,6 @@ if (( $+functions[forgit::add] )); then # if not already loaded and check if completion function exists afterwards. (( $+functions[_git-add] )) || _git (( $+functions[_git-add] )) || return 1 - (( $+functions[_git-branches] )) || _git-forgit - (( $+functions[_git-branches] )) || return 1 # Completions for forgit plugin shell functions (also works for aliases) compdef _git-add forgit::add compdef _git-branches forgit::branch::delete