From 59ab76cead2468ddd86e96024ca60479e66c20d2 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Tue, 16 Dec 2008 23:00:41 +0100 Subject: [PATCH] fixed macros. Also don't push echomsgs to the multiline for now --- common/content/events.js | 2 +- common/content/liberator.js | 5 ++++- vimperator/Donors | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/common/content/events.js b/common/content/events.js index cb29e846..06417a2f 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -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. diff --git a/common/content/liberator.js b/common/content/liberator.js index 6025c87c..1975bd17 100644 --- a/common/content/liberator.js +++ b/common/content/liberator.js @@ -734,7 +734,10 @@ const liberator = (function () //{{{ // TODO: add proper level constants echomsg: function (str, verbosity, flags) { - flags |= commandline.APPEND_TO_MESSAGES; //| commandline.FORCE_SINGLELINE; // TODO: was there a reason for this? --djk + // TODO: is there a reason for this? --djk + // yes, it doesn't show the MOW on startup if you have e.g. some qmarks in your vimperatorrc. + // Feel free to add another flag like DONT_OPEN_MULTILINE if really needed --mst + flags |= commandline.APPEND_TO_MESSAGES | commandline.DISALLOW_MULTILINE; if (verbosity == null) verbosity = 0; // verbosity level is exclusionary diff --git a/vimperator/Donors b/vimperator/Donors index 180ffe52..cbdf34a2 100644 --- a/vimperator/Donors +++ b/vimperator/Donors @@ -1,4 +1,6 @@ 2008: +* John Baber +* Mark Orr * George Lowell (biggest donor so far!) * Keith Waclena * Christopher Glazner