Changeset 25055 for lang/javascript/vimperator-plugins
- Timestamp:
- 11/27/08 12:00:22 (6 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/feedSomeKeys_2.js
r22657 r25055 304 304 // -------------------------- 305 305 commands.addUserCommand(['feedmap','fmap'],'Feed Map a key sequence', 306 function(args , bang){306 function(args){ 307 307 if(!args.string){ 308 308 liberator.echo(template.table("feedmap list",feedMaps.map(function(map) [map.names[0], map.rhs])), true); 309 309 return; 310 310 } 311 if ( bang) destroy();311 if (args.bang) destroy(); 312 312 var depth = args["-depth"] ? args["-depth"] : ""; 313 313 var useVkey = "-vkey" in args; 314 314 315 args. arguments.forEach(function(keypair){315 args.forEach(function(keypair){ 316 316 var [lhs, rhs] = keypair.split(","); 317 317 if (!rhs) rhs = lhs;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)