mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 20:02:27 +01:00
Add some rough source documentation for IO.
This commit is contained in:
@@ -189,8 +189,8 @@ function AutoCommands() //{{{
|
||||
*
|
||||
* @param {Array} events The array of event names for which this
|
||||
* autocommand should be executed.
|
||||
* @param {string} regex The URL pattern to match against the buffer URL
|
||||
* @param {string} cmd The Ex command to run
|
||||
* @param {string} regex The URL pattern to match against the buffer URL.
|
||||
* @param {string} cmd The Ex command to run.
|
||||
*/
|
||||
add: function (events, regex, cmd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user