From 72bd92eb0be505ed27a79ebb6ec1c54d10a7269a Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 13 Feb 2011 14:55:44 +0900 Subject: ( ◕ ‿‿ ◕ ) --- edit-vimperator-files.js | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) (limited to 'edit-vimperator-files.js') diff --git a/edit-vimperator-files.js b/edit-vimperator-files.js index b57fae6..dddd6c6 100644 --- a/edit-vimperator-files.js +++ b/edit-vimperator-files.js @@ -32,33 +32,10 @@ THE POSSIBILITY OF SUCH DAMAGE. }}} */ -// PLUGIN_INFO {{{ -let PLUGIN_INFO = - - Edit Vimperator File - Open vimperator files with text-editor. - Vimperator 関連のファイルをエディタで開く - 1.2.1 - anekos - new BSD License (Please read the source code comments of this plugin) - 修正BSDライセンス (ソースコードのコメントを参照してください) - https://github.com/vimpr/vimperator-plugins/raw/master/edit-vimperator-files.js - 2.4 - 2.4 - - ]]> - - ]]> -; -// }}} // INFO {{{ let INFO = <> -

- = 1, "No editor specified"); args.push(path); io.run(io.expandPath(args.shift()), args); -- cgit v1.2.3