mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 02:37:58 +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";
|
||||
for (var item in vimperator.autocommands)
|
||||
line += "autocmd " + item + "\n";
|
||||
// :mkvimrc doesn't save autocommands, so we don't either - remove this code at some point
|
||||
// line += "\n\" Auto-Commands\n";
|
||||
// for (var item in vimperator.autocommands)
|
||||
// line += "autocmd " + item + "\n";
|
||||
|
||||
line += "\n\" Abbreviations\n";
|
||||
for (var abbrCmd in vimperator.editor.abbreviations)
|
||||
|
||||
Reference in New Issue
Block a user