diff options
Diffstat (limited to 'Completion/Commands')
-rw-r--r-- | Completion/Commands/_next_tags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Commands/_next_tags b/Completion/Commands/_next_tags index 8afaa16f3..ffed800d0 100644 --- a/Completion/Commands/_next_tags +++ b/Completion/Commands/_next_tags @@ -138,4 +138,4 @@ _next_tags_pre() { fi } -[[ -o kshautoload ]] || _next_tags "$@" +_next_tags "$@" |