Changeset 35089
- Timestamp:
- 08/27/09 17:48:37 (4 years ago)
- Location:
- lang/javascript/vimperator-plugins/trunk
- Files:
-
- 2 modified
-
auto_source.js (modified) (2 diffs)
-
twitter.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/auto_source.js
r31393 r35089 39 39 <description>Sourcing automatically when the specified file is modified.</description> 40 40 <description lang="ja">指定のファイルが変更されたら自動で :so する。</description> 41 <version>1.4. 1</version>41 <version>1.4.2</version> 42 42 <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> 43 43 <minVersion>2.0pre</minVersion> … … 141 141 ['autoso[urce]', 'aso'], 142 142 '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']); 145 145 }, 146 146 { -
lang/javascript/vimperator-plugins/trunk/twitter.js
r34032 r35089 22 22 <VimperatorPlugin> 23 23 <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> 26 26 <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/twitter.js</updateURL> 27 27 <author>Trapezoid</author> … … 194 194 } 195 195 liberator.modules.commands.addUserCommand(["twitter"], "Change Twitter status", 196 function(arg, special){ 196 function(arg){ 197 var special = arg.bang; 197 198 var password; 198 199 var username;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)