mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-26 15:42:27 +01:00
Stick an EOL on the last line of generated RC files.
Fixes issue #1040. --HG-- extra : amend_source : b8e7645c3b8dd7851d52c7e060f1288cde2ce718
This commit is contained in:
@@ -639,7 +639,7 @@ var IO = Module("io", {
|
||||
lines.push("\n\" vim: set ft=" + config.name + ":");
|
||||
|
||||
try {
|
||||
file.write(lines.join("\n"));
|
||||
file.write(lines.join("\n").concat("\n"));
|
||||
dactyl.echomsg(_("io.writing", file.path.quote()), 2);
|
||||
}
|
||||
catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user