Changeset 38486
- Timestamp:
- 09/19/10 08:05:18 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/twittperator.js
r38485 r38486 1834 1834 }, 1835 1835 completer: Completers.id() 1836 }) 1836 }), 1837 SubCommand({ 1838 command: ["track"], 1839 description: "Track the specified words.", 1840 action: function(arg) { 1841 TrackingStream.start(arg); 1842 }, 1843 completer: function (context, args) { 1844 if (setting.trackWords) 1845 context.completions = [setting.trackWords, "from global variable"]; 1846 } 1847 }), 1837 1848 ]; // }}} 1838 1849
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)