diff options
author | Tom Feist <shabble@metavore.org> | 2011-07-02 18:26:40 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-07-02 18:26:40 +0000 |
commit | 6f0ed8922474e046fca5be24da47333645c1e2b7 (patch) | |
tree | 1a0a31e558fadc09e5de693e244a78861274537d /vim-mode/vim_mode.pl | |
parent | added start of foreach-guard, a molly-guard for potentially stupid/dangerous ... (diff) | |
download | irssi-scripts-6f0ed8922474e046fca5be24da47333645c1e2b7.tar.gz irssi-scripts-6f0ed8922474e046fca5be24da47333645c1e2b7.zip |
fixed _warn that should have been _debug, peth++
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index ee8ba2a..dd83f8a 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -2389,7 +2389,7 @@ sub _parse_mapping { my ($string) = @_; $string =~ s/<([^>]+)>/_parse_mapping_bracket($1)/ge; - _warn("Parse mapping: $string"); + _debug("Parse mapping: $string"); if (index($string, '<invalid>') != -1) { return undef; } |