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

many updated to muttator, with selectMessage() function, and lots of mappings added

This commit is contained in:
Martin Stubenschrott
2008-03-02 00:40:03 +00:00
parent 019e927781
commit 97b6581985
3 changed files with 245 additions and 10 deletions

View File

@@ -449,7 +449,7 @@ vimperator.Buffer = function () //{{{
vimperator.commands.add(["st[op]"],
"Stop loading",
function() { BrowserStop(); });
function () { BrowserStop(); });
vimperator.commands.add(["vie[wsource]"],
"View source code of current document",