diff options
author | Tom Feist <shabble@metavore.org> | 2010-09-27 21:41:06 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-09-27 21:41:06 +0000 |
commit | 9867e437c480c962100fa1ea0ca335102ce43b97 (patch) | |
tree | 7751cc98734e2e5a936c8f919d2fedb48f95ae01 /vim-mode/vim_mode.pl | |
parent | vim_mode: Print a warning for UTF-8 mode if Perl < 5.8.1. (diff) | |
download | irssi-scripts-9867e437c480c962100fa1ea0ca335102ce43b97.tar.gz irssi-scripts-9867e437c480c962100fa1ea0ca335102ce43b97.zip |
boldified message in _warn()
Diffstat (limited to 'vim-mode/vim_mode.pl')
-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 dbe953c..f33b6c3 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -1218,7 +1218,7 @@ sub _set_prompt { sub _warn { my ($warning) = @_; - print "vim_mode: ", $warning; + print '%_vim_mode: ', $warning, '%_'; } # TODO: |