Changeset 36960

Show
Ignore:
Timestamp:
03/08/10 03:13:51 (3 years ago)
Author:
anekos
Message:

空のマッピングを追加する事があったのを修正

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/caret-hint.js

    r31880 r36960  
    11/* NEW BSD LICENSE {{{ 
    2 Copyright (c) 2009, anekos. 
     2Copyright (c) 2009-2010, anekos. 
    33All rights reserved. 
    44 
     
    3939  <description>Move caret position by hint</description> 
    4040  <description lang="ja">Hint を使ってキャレット位置を移動</description> 
    41   <version>1.3.0</version> 
     41  <version>1.3.1</version> 
    4242  <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> 
    4343  <license>new BSD License (Please read the source code comments of this plugin)</license> 
     
    4545  <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/caret-hint.js</updateURL> 
    4646  <minVersion>2.0pre</minVersion> 
    47   <maxVersion>2.0pre</maxVersion> 
     47  <maxVersion>2.3</maxVersion> 
    4848  <detail><![CDATA[ 
    4949    Move caret position by hint. 
     
    119119    function(mode) { 
    120120      let map = extendLeader + ';' + mode; 
     121      if (!mode) 
     122        return; 
    121123      mappings.remove(modes.NORMAL, map); // for debug 
    122124      mappings.remove(modes.VISUAL, map); // for debug