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.
1 parent fb1d87d commit c342eb5Copy full SHA for c342eb5
1 file changed
plugins/complete.sh
@@ -35,6 +35,8 @@ function _activate_complete() {
35
source <(rsspell complete bash)
36
# shellcheck source=/dev/null
37
source <(rstype complete bash)
38
+
39
+ complete -F _rsmultigit mg
40
__var=0
41
}
42
0 commit comments