mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 22:52:28 +01:00
Fix #212
This commit is contained in:
@@ -287,8 +287,15 @@ function IO() //{{{
|
||||
lines = util.Array.flatten(lines);
|
||||
|
||||
// source a user .vimperatorrc file
|
||||
lines.unshift('"' + liberator.version);
|
||||
lines.push("\nsource! " + filename + ".local");
|
||||
lines.unshift('"' + liberator.version + "\n");
|
||||
|
||||
// For the record, I think that adding this line is absurd. --Kris
|
||||
lines.push(commands.commandToString({
|
||||
command: "source",
|
||||
bang: true,
|
||||
arguments: [filename + ".local"]
|
||||
}));
|
||||
|
||||
lines.push("\n\" vim: set ft=vimperator:");
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user