From 39dc92fe8cbdcffc5966a25aad29802e3f1aa44b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 29 Sep 2010 16:33:54 +0200 Subject: vim_mode: Comment update. --- vim-mode/vim_mode.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index c55481c..0b2bb37 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -130,7 +130,7 @@ sub M_CMD() { 1 } # command mode sub M_INS() { 0 } # insert mode sub M_EX () { 2 } # extended mode (after a :?) -# word and non-word regex +# word and non-word regex, when modifiying also update them in setup_changed() my $word = qr/[\w_]/o; my $non_word = qr/[^\w_\s]/o; -- cgit v1.2.3