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

new 'followhints' option, thanks Ruud

This commit is contained in:
Martin Stubenschrott
2008-11-20 20:36:25 +00:00
parent cd2c0d6c6d
commit ebdac3be1f
6 changed files with 34 additions and 3 deletions

View File

@@ -686,7 +686,7 @@ function History() //{{{
function (args, special) { history.list(args.string, special); },
{
bang: true,
completer: function (filter) completion.history(filter)
// completer: function (filter) completion.history(filter)
});
/////////////////////////////////////////////////////////////////////////////}}}