mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:27:58 +01:00
Dont show substring preview when caret isnt at end of line. Fix unanchored substring generation.
This commit is contained in:
@@ -495,8 +495,8 @@ function Buffer() //{{{
|
||||
argCount: "?",
|
||||
completer: function (context)
|
||||
{
|
||||
context.title = ["Page Info"];
|
||||
completion.optionValue(context, "pageinfo", "+", "");
|
||||
context.title = ["Page Info"];
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user