mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 10:47:57 +01:00
count support for deleting buffers
This commit is contained in:
@@ -1068,6 +1068,9 @@ function StatusLine() //{{{
|
||||
if (!url || typeof url != "string")
|
||||
url = vimperator.buffer.URL;
|
||||
|
||||
if (url == "about:blank")
|
||||
url = "[No Name]"; // make it even more vim-like
|
||||
|
||||
url_widget.value = url;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user