Changeset 36960
- Timestamp:
- 03/08/10 03:13:51 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/caret-hint.js
r31880 r36960 1 1 /* NEW BSD LICENSE {{{ 2 Copyright (c) 2009 , anekos.2 Copyright (c) 2009-2010, anekos. 3 3 All rights reserved. 4 4 … … 39 39 <description>Move caret position by hint</description> 40 40 <description lang="ja">Hint を使ってキャレット位置を移動</description> 41 <version>1.3. 0</version>41 <version>1.3.1</version> 42 42 <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> 43 43 <license>new BSD License (Please read the source code comments of this plugin)</license> … … 45 45 <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/caret-hint.js</updateURL> 46 46 <minVersion>2.0pre</minVersion> 47 <maxVersion>2. 0pre</maxVersion>47 <maxVersion>2.3</maxVersion> 48 48 <detail><![CDATA[ 49 49 Move caret position by hint. … … 119 119 function(mode) { 120 120 let map = extendLeader + ';' + mode; 121 if (!mode) 122 return; 121 123 mappings.remove(modes.NORMAL, map); // for debug 122 124 mappings.remove(modes.VISUAL, map); // for debug
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)