mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 20:35:47 +01:00
Fix some :buffer completion issues.
This commit is contained in:
@@ -1627,7 +1627,7 @@ var Buffer = Module("buffer", {
|
||||
return {
|
||||
text: [i + ": " + (tab.label || /*L*/"(Untitled)"), i + ": " + url],
|
||||
tab: tab,
|
||||
id: i - 1,
|
||||
id: i,
|
||||
url: url,
|
||||
icon: tab.image || DEFAULT_FAVICON
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user