From cff93cc7e7a0645e38470ed125db829789491864 Mon Sep 17 00:00:00 2001
From: anekos
Date: Sat, 7 Feb 2009 11:16:32 +0000
Subject: PLUGIN_INFO 対応
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29675 d0d07461-0603-4401-acd4-de1884942a52
---
browser_object.js | 85 ++++++++++++++++++++++++++++++++++++-------------------
1 file changed, 56 insertions(+), 29 deletions(-)
(limited to 'browser_object.js')
diff --git a/browser_object.js b/browser_object.js
index 32f525c..2ec8b12 100644
--- a/browser_object.js
+++ b/browser_object.js
@@ -1,37 +1,64 @@
+// PLUGIN_INFO {{{
+let PLUGIN_INFO =
+
+ {NAME}
+ Map behave like text-object
+ 0.5
+ Trapezoid
+ New BSD License
+ http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/browser_object.js
+ 2.0pre
+ 2.0pre
+
+;
+// }}}
+
// Vimperator plugin: 'Map behave like text-object'
// Version: 0.5
// Last Change: 26-Dec-2008. Jan 2008
// License: New BSD License
// Maintainer: Trapezoid - http://unsigned.g.hatena.ne.jp/Trapezoid
-//
-// Map behave like text-object for Vimperator
-//
-// Variables:
-// g:browser_object_prefix:
-// default: ''
-// usage: let g:browser_object_prefix = ','
-// Mappings:
-// 'dd'
-// Delete current tab (when prefix is '' only)
-// '{motion}/'
-// {motion} pattern matched tabs
-// '{motion}{scope}{target}'
-// Motions:
-// 'd' : Delete
-// 'r' : Reload
-// 'y' : Yank
-// 'e' : Set Pin
-// 'E' : Unset Pin
-// Scopes:
-// 'l' : Left
-// 'r' : Right
-// 'a' : All
-// 'c' : Current
-// 'o' : Other
-// 's' : Same host
-// 'p' : Pinned
-// Target:
-// 't' : Tabs
+
(function(){
var XMigemoCore, XMigemoTextUtils;
try{
--
cgit v1.2.3