1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 08:02:28 +01:00

use the multiline output window for :buffers and move the existing persistent

window functionality to :buffers!
This commit is contained in:
Doug Kearns
2007-08-15 16:45:04 +00:00
parent b538171cca
commit 42e295a718
4 changed files with 51 additions and 18 deletions

View File

@@ -188,6 +188,7 @@ function Tabs() //{{{
this.alternate = alternates[1];
}
// TODO: move to v.buffers
this.alternate = this.getTab();
this.reload = function(tab, bypass_cache)