mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:42:27 +01:00
don't save :autocmd on :mkvimperatorrc
This commit is contained in:
@@ -1557,9 +1557,10 @@ vimperator.Commands = function () //{{{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
line += "\n\" Auto-Commands\n";
|
// :mkvimrc doesn't save autocommands, so we don't either - remove this code at some point
|
||||||
for (var item in vimperator.autocommands)
|
// line += "\n\" Auto-Commands\n";
|
||||||
line += "autocmd " + item + "\n";
|
// for (var item in vimperator.autocommands)
|
||||||
|
// line += "autocmd " + item + "\n";
|
||||||
|
|
||||||
line += "\n\" Abbreviations\n";
|
line += "\n\" Abbreviations\n";
|
||||||
for (var abbrCmd in vimperator.editor.abbreviations)
|
for (var abbrCmd in vimperator.editor.abbreviations)
|
||||||
|
|||||||
Reference in New Issue
Block a user