1
0
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:
Kris Maglione
2011-01-08 16:28:12 -05:00
parent 372e1518f8
commit 1464c6fe37

View File

@@ -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 {