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:
@@ -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>"],
|
||||
|
||||
Reference in New Issue
Block a user