diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-05-30 07:31:13 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-05-30 07:31:13 +0000 |
commit | b6cf214d81859c17c1df7fe1c01ba57ec4e4f362 (patch) | |
tree | ce0e4a6c3c53f9bf06db17e266223ada122bd550 /Completion | |
parent | 35580b3e7879093a196f87a0465f06e064d2df82 (diff) | |
download | zsh-b6cf214d81859c17c1df7fe1c01ba57ec4e4f362.tar.gz zsh-b6cf214d81859c17c1df7fe1c01ba57ec4e4f362.tar.xz zsh-b6cf214d81859c17c1df7fe1c01ba57ec4e4f362.zip |
some cleanup (14558)
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Base/Widget/_correct_word | 5 | ||||
-rw-r--r-- | Completion/Base/Widget/_expand_word | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/Completion/Base/Widget/_correct_word b/Completion/Base/Widget/_correct_word index fe2fbfeb1..e81c7ac7b 100644 --- a/Completion/Base/Widget/_correct_word +++ b/Completion/Base/Widget/_correct_word @@ -3,11 +3,6 @@ # Simple completion front-end implementing spelling correction. # The maximum number of errors is set quite high, and # the numeric prefix can be used to specify a different value. -# -# If configurations keys with the prefix `correctword_' are -# given they override those starting with `correct_'. - -eval "$_comp_setup" local curcontext="$curcontext" diff --git a/Completion/Base/Widget/_expand_word b/Completion/Base/Widget/_expand_word index 1e8ddb21b..9b71dc830 100644 --- a/Completion/Base/Widget/_expand_word +++ b/Completion/Base/Widget/_expand_word @@ -2,8 +2,6 @@ # Simple completion front-end implementing expansion. -eval "$_comp_setup" - local curcontext="$curcontext" if [[ -z "$curcontext" ]]; then |