From cea762062a648dbf03071ce2f48bd48a61ec2452 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Sun, 13 Sep 2009 11:21:35 +0200 Subject: [PATCH] Fix up/down history --- common/content/ui.js | 6 +++--- vimperator/Donors | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/common/content/ui.js b/common/content/ui.js index 13ce22ac..be9927c4 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -230,11 +230,11 @@ function CommandLine() //{{{ } let hist = this.store.get(this.index); - hist = (hist.value || hist); - // user pressed DOWN when there is no newer history item - if (hist == null) + if (!hist) hist = this.original; + else + hist = (hist.value || hist); if (!matchCurrent || hist.substr(0, this.original.length) == this.original) { diff --git a/vimperator/Donors b/vimperator/Donors index 99241bbd..2c73a05c 100644 --- a/vimperator/Donors +++ b/vimperator/Donors @@ -2,6 +2,14 @@ Continuous donations: * Daniel Bainton (web hosting) 2009: +* James Davis +* Gregg Archer +* James Henderson +* Hiroshi Okada +* Imron Alston +* Luke Wagner +* Deepan Gandhi +* Guilherme Freitas * Robert Johnston * Jim Aragon * Norio Sugimoto