diff options
author | Tom Feist <shabble@metavore.org> | 2011-05-05 03:58:24 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-05-05 03:58:24 +0000 |
commit | 5830adcd827ace509c1f5d9a336e0bff9640805e (patch) | |
tree | 4cea46f79dba49ba6764371451ce834a51bd4254 /vim-mode/vim_mode.pl | |
parent | sorted otu pre-commit hook, I hope (diff) | |
download | irssi-scripts-5830adcd827ace509c1f5d9a336e0bff9640805e.tar.gz irssi-scripts-5830adcd827ace509c1f5d9a336e0bff9640805e.zip |
vim_mode: small comment change test
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 a375953..4af62cf 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -589,7 +589,7 @@ use strict; use warnings; #TODO: Specify a minimum version of perl (5.8, probably?) - +#testing. # UTF-8 conversion functions. use Encode; use List::Util; # Not currently used. |