From ea0c38f470d06b7d30d52202758a441c811567b0 Mon Sep 17 00:00:00 2001
From: anekos
Date: Wed, 6 May 2009 11:56:15 +0000
Subject: visual モードに移行できるようにした
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@33106 d0d07461-0603-4401-acd4-de1884942a52
---
auto_word_select_mode.js | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
(limited to 'auto_word_select_mode.js')
diff --git a/auto_word_select_mode.js b/auto_word_select_mode.js
index c9f3c43..2287d5e 100644
--- a/auto_word_select_mode.js
+++ b/auto_word_select_mode.js
@@ -41,7 +41,7 @@ var PLUGIN_INFO =
http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/auto_word_select_mode.js
snaka
MIT style license
- 1.0.0
+ 1.1.0
+ mappings.get(modes.NORMAL, "i").action();
+ mappings.get(modes.CARET, "v").action();
+ }
+);
+
mappings.add( [modes.AUTO_WORD_SELECT],
["l"],
"Move to right word and select.",
--
cgit v1.2.3