Changeset 35089

Show
Ignore:
Timestamp:
08/27/09 17:48:37 (4 years ago)
Author:
anekos
Message:

Follow HEAD
for http://vimperator.org/trac/gitweb/?p=liberator.git;a=commitdiff;h=f20c2b315bb05c2e88d0c672f07dc229cc9267d2

Location:
lang/javascript/vimperator-plugins/trunk
Files:
2 modified

Legend:

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

    r31393 r35089  
    3939  <description>Sourcing automatically when the specified file is modified.</description> 
    4040  <description lang="ja">指定のファイルが変更されたら自動で :so する。</description> 
    41   <version>1.4.1</version> 
     41  <version>1.4.2</version> 
    4242  <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> 
    4343  <minVersion>2.0pre</minVersion> 
     
    141141    ['autoso[urce]', 'aso'], 
    142142    'Sourcing automatically when the specified file is modified.', 
    143     function (arg, bang) { 
    144       (bang ? killWatcher : startWatching)(expandPath(arg[0]), arg['-command'], arg['-force']); 
     143    function (arg) { 
     144      (bang.bang ? killWatcher : startWatching)(expandPath(arg[0]), arg['-command'], arg['-force']); 
    145145    }, 
    146146    { 
  • lang/javascript/vimperator-plugins/trunk/twitter.js

    r34032 r35089  
    2222<VimperatorPlugin> 
    2323<name>{NAME}</name> 
    24 <description>The script allows you to update Twitter status from Vimperator 0.6.*.</description> 
    25 <version>0</version> 
     24<description>The script allows you to update Twitter status from Vimperator</description> 
     25<version>1.0.1</version> 
    2626<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/twitter.js</updateURL> 
    2727<author>Trapezoid</author> 
     
    194194    } 
    195195    liberator.modules.commands.addUserCommand(["twitter"], "Change Twitter status", 
    196         function(arg, special){ 
     196        function(arg){ 
     197            var special = arg.bang; 
    197198            var password; 
    198199            var username;