diff options
author | snaka | 2009-05-06 14:58:48 +0000 |
---|---|---|
committer | snaka | 2009-05-06 14:58:48 +0000 |
commit | 505e175d72afc1a229492731c672c836f1f9c3c0 (patch) | |
tree | 98dbe5ea61be77f7f0d40c1bdaf2a1076d262fa8 /auto_word_select_mode.js | |
parent | bc2c2142da47f50adaa3b992f00afe3ac7b3616f (diff) | |
download | vimperator-plugins-505e175d72afc1a229492731c672c836f1f9c3c0.tar.bz2 |
PLUGIN_INFO訂正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@33114 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'auto_word_select_mode.js')
-rw-r--r-- | auto_word_select_mode.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto_word_select_mode.js b/auto_word_select_mode.js index 74297a9..552c256 100644 --- a/auto_word_select_mode.js +++ b/auto_word_select_mode.js @@ -51,7 +51,7 @@ var PLUGIN_INFO = This mode alway selects current word. == Global variables == - g:auto_word_select_mode_key: + g:auto_word_select_key: The key that entering to AUTO_WORD_SELECT mode. Default is 'I'. @@ -96,7 +96,7 @@ var PLUGIN_INFO = コンテンツ内の単語を頻繁に選択&検索する場合などに便利です。 == グローバル変数 == - g:auto_word_select_mode_key: + g:auto_word_select_key: AUTO_WORD_SELECTモードに移行するためのキーです。 デフォルトは'I'です。 |