1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 23:44:11 +01:00

add missing crop attribute to #vimperator-statusline-field-url label use "end"

value for crop attributes rather than the deprecated "right"
This commit is contained in:
Doug Kearns
2007-07-31 16:15:12 +00:00
parent 6bbb909033
commit 755dfce0e6
2 changed files with 3 additions and 4 deletions

View File

@@ -616,8 +616,7 @@ function Mappings() //{{{
addDefaultMap(new Map(vimperator.modes.NORMAL, ["$"],
function(count) { scrollBufferAbsolute(100, -1); },
{
short_help: "Scroll to the absolute right of the document",
help: null
short_help: "Scroll to the absolute right of the document"
}
));
addDefaultMap(new Map(vimperator.modes.NORMAL, ["gg", "<Home>"],