mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 06:05:46 +01:00
Fix version comment in :mkp.
This commit is contained in:
@@ -576,7 +576,7 @@ var IO = Module("io", {
|
|||||||
let lines = [cmd.serialize().map(commands.commandToString, cmd) for (cmd in commands.iterator()) if (cmd.serialize)];
|
let lines = [cmd.serialize().map(commands.commandToString, cmd) for (cmd in commands.iterator()) if (cmd.serialize)];
|
||||||
lines = array.flatten(lines);
|
lines = array.flatten(lines);
|
||||||
|
|
||||||
lines.unshift('"' + util.version + "\n");
|
lines.unshift('"' + config.version + "\n");
|
||||||
lines.push("\n\" vim: set ft=" + config.name + ":");
|
lines.push("\n\" vim: set ft=" + config.name + ":");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user