diff options
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. |