- Timestamp:
- 12/10/09 16:21:30 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/amebanow.js
r36111 r36112 49 49 <require>_libly.js</require> 50 50 <detail><![CDATA[ 51 == command == 52 :nau <MESSAGE> 51 == command == 52 :nau <MESSAGE> 53 == multi post setting == 54 >|| 55 let g:amebanow_multipost = "twitter|wassr" 56 ||< 53 57 ]]></detail> 54 58 </VimperatorPlugin>; … … 102 106 'Description', 103 107 function (args) { 104 now(args.literalArg); 108 let msg = args.literalArg; 109 let mpCmds = (liberator.globalVariables.amebanow_multipost || '').split('|'); 110 now(msg); 111 mpCmds.forEach(function (cmd) liberator.execute(cmd + ' ' + msg)); 105 112 }, 106 113 {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)