aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-05-05 03:58:24 +0000
committerTom Feist <shabble@metavore.org>2011-05-05 03:58:24 +0000
commit5830adcd827ace509c1f5d9a336e0bff9640805e (patch)
tree4cea46f79dba49ba6764371451ce834a51bd4254 /vim-mode
parentsorted otu pre-commit hook, I hope (diff)
downloadirssi-scripts-5830adcd827ace509c1f5d9a336e0bff9640805e.tar.gz
irssi-scripts-5830adcd827ace509c1f5d9a336e0bff9640805e.zip
vim_mode: small comment change test
Diffstat (limited to 'vim-mode')
-rw-r--r--vim-mode/vim_mode.pl2
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.