1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 09:24:12 +01:00

fixed macros. Also don't push echomsgs to the multiline for now

This commit is contained in:
Martin Stubenschrott
2008-12-16 23:00:41 +01:00
parent 4fbc88f975
commit 59ab76cead
3 changed files with 7 additions and 2 deletions

View File

@@ -562,7 +562,7 @@ function Events() //{{{
}
// return true when load successful, or false otherwise
function waitForPageLoaded() events.waitForPageLoaded();
function waitForPageLoaded() events.waitForPageLoad();
// load all macros inside ~/.vimperator/macros/
// setTimeout needed since io. is loaded after events.