diff options
-rw-r--r-- | Completion/Commands/_generic | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Completion/Commands/_generic b/Completion/Commands/_generic deleted file mode 100644 index 9a6b4401f..000000000 --- a/Completion/Commands/_generic +++ /dev/null @@ -1,11 +0,0 @@ -#autoload - -local curcontext="$curcontext" - -if [[ -z "$curcontext" ]]; then - curcontext="${WIDGET}:::" -else - curcontext="${WIDGET}:${curcontext#*:}" -fi - -_main_complete |