diff options
| author | Tom Feist <shabble@metavore.org> | 2010-10-08 00:45:38 +0000 | 
|---|---|---|
| committer | Tom Feist <shabble@metavore.org> | 2010-10-08 00:45:38 +0000 | 
| commit | 805a4fafc956b4223922ab991f7ffac7423fc16f (patch) | |
| tree | d594cb1f3eaf1499740287cd2142a775b0a177c5 | |
| parent | Merge remote branch 'origin/dev' into dev (diff) | |
| parent | vim_mode: Fix :map on a placeholder mapping. (diff) | |
| download | irssi-scripts-805a4fafc956b4223922ab991f7ffac7423fc16f.tar.gz irssi-scripts-805a4fafc956b4223922ab991f7ffac7423fc16f.zip | |
Merge remote branch 'origin/dev' into dev
Diffstat (limited to '')
| -rw-r--r-- | vim-mode/vim_mode.pl | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index e941d07..5e33bf4 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -2345,6 +2345,7 @@ sub add_map {                             maps => {}                           };      } else { +        $maps->{$keys}->{char} = $keys;          $maps->{$keys}->{cmd} = $command;      }  } | 
