mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 20:44:11 +01:00
Make JS function completion better. Fix some other completion bugs. Dont complete JS after /[\]})"/.
This commit is contained in:
@@ -723,6 +723,8 @@ function History() //{{{
|
||||
function (args) { history.list(args.string, args.bang); },
|
||||
{
|
||||
bang: true,
|
||||
literal: true,
|
||||
completer: function (context) completion.history(context)
|
||||
// completer: function (filter) completion.history(filter)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user