From 80289556a43a082163f703fb0a151a8821b909ba Mon Sep 17 00:00:00 2001 From: Masood Rezazadeh Date: Fri, 6 Dec 2019 22:44:09 +0330 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 851b3be..cbf04f0 100644 --- a/Plugins.md +++ b/Plugins.md @@ -947,7 +947,7 @@ Adds a lot of git aliases and functions for day-to-day git operations. See the **Maintainer:** [felipec](https://github.com/felipec) -Enables the zsh completion from git.git folks, which is much faster than the official one from zsh. A lot of zsh-specific features are not supported, like descriptions for every argument, but everything the bash completion has, this one does too (as it is using it behind the scenes). Not only is it faster, it should be more robust, and updated regularly to the latest git upstream version. +Enables the zsh completion from git.git folks, which is much faster than the official one from zsh. A lot of zsh-specific features are not supported, like descriptions for every argument, but everything the bash completion has, this one does too (as it is using it behind the scenes). Not only it is faster, it should be more robust, and updated regularly to the latest git upstream version. ---