diff options
Diffstat (limited to 'lib/abbrev.pl')
-rw-r--r-- | lib/abbrev.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/abbrev.pl b/lib/abbrev.pl index 5859a7be48..c233d4af7e 100644 --- a/lib/abbrev.pl +++ b/lib/abbrev.pl @@ -10,6 +10,7 @@ sub main'abbrev { local(*domain) = @_; shift(@_); @cmp = @_; + local($[) = 0; foreach $name (@_) { @extra = split(//,$name); $abbrev = shift(@extra); |