mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 14:52:28 +01:00
More completion stuff.
This commit is contained in:
@@ -339,7 +339,8 @@ function IO() //{{{
|
||||
},
|
||||
{
|
||||
bang: true,
|
||||
completer: function (context) completion.shellCommand(filter)
|
||||
completer: function (context) completion.shellCommand(context.filter),
|
||||
literal: true
|
||||
});
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
|
||||
Reference in New Issue
Block a user