1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 14:45:47 +01:00

add rough initial versions of :doautocmd and :doautoall, clean up autocommands,

and fix several :au bugs (although at this hour it's a crap-shoot)
This commit is contained in:
Doug Kearns
2008-10-04 16:33:18 +00:00
parent 56592a1490
commit 7275233327
7 changed files with 176 additions and 127 deletions

View File

@@ -244,7 +244,7 @@ liberator.IO = function () //{{{
// :mkvimrc doesn't save autocommands, so we don't either - remove this code at some point
// line += "\n\" Auto-Commands\n";
// for (let item in liberator.autocommands)
// line += "autocmd " + item + "\n";
// line += "autocmd " + item.event + " " + item.pattern.source + " " + item.command + "\n";
line += "\n\" Abbreviations\n";
for (let abbrCmd in liberator.editor.abbreviations)