1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

some cleanup (14558)

This commit is contained in:
Sven Wischnowsky 2001-05-30 07:31:13 +00:00
parent 35580b3e78
commit b6cf214d81
3 changed files with 5 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2001-05-30 Sven Wischnowsky <wischnow@zsh.org>
* 14558: Completion/Base/Widget/_correct_word,
Completion/Base/Widget/_expand_word: some cleanup
2001-05-30 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* unposted: Zsh/Doc/metafaq.yo: make line spacing consistent.

View file

@ -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"

View file

@ -2,8 +2,6 @@
# Simple completion front-end implementing expansion.
eval "$_comp_setup"
local curcontext="$curcontext"
if [[ -z "$curcontext" ]]; then