summaryrefslogtreecommitdiff
path: root/Completion
diff options
context:
space:
mode:
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Base/Widget/_correct_word5
-rw-r--r--Completion/Base/Widget/_expand_word2
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