1
0
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:
Kris Maglione
2008-11-28 09:02:03 +00:00
parent 25d983ec01
commit 082d9d12fa
4 changed files with 8 additions and 9 deletions

View File

@@ -495,8 +495,8 @@ function Buffer() //{{{
argCount: "?",
completer: function (context)
{
context.title = ["Page Info"];
completion.optionValue(context, "pageinfo", "+", "");
context.title = ["Page Info"];
}
});