mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 17:25:46 +01:00
Add missing semicolons, fix whitespace and normalise Vim modelines.
This commit is contained in:
@@ -122,7 +122,7 @@ var AutoCommands = Module("autocommands", {
|
||||
["td", {}, item.filter.toJSONXML ? item.filter.toJSONXML(modules) : String(item.filter)],
|
||||
["td", {}, String(item.command)]]),
|
||||
["tr", { style: "height: .5ex;" }]]).toArray(),
|
||||
["tr", { style: "height: .5ex;" }],
|
||||
["tr", { style: "height: .5ex;" }]
|
||||
])]);
|
||||
commandline.commandOutput(table);
|
||||
},
|
||||
@@ -296,4 +296,4 @@ var AutoCommands = Module("autocommands", {
|
||||
}
|
||||
});
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
// vim: set fdm=marker sw=4 sts=4 ts=8 et:
|
||||
|
||||
Reference in New Issue
Block a user