mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 19:24:13 +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)];
|
||||
lines = array.flatten(lines);
|
||||
|
||||
lines.unshift('"' + util.version + "\n");
|
||||
lines.unshift('"' + config.version + "\n");
|
||||
lines.push("\n\" vim: set ft=" + config.name + ":");
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user