mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:08:00 +01:00
More completion stuff. Add proper :bmarks completion
This commit is contained in:
@@ -534,7 +534,7 @@ function Commands() //{{{
|
||||
|
||||
if (complete)
|
||||
{
|
||||
if (quote || !invalid && count)
|
||||
if (quote || !invalid && count && i + optname.length + 1 + arg.length == str.length)
|
||||
{
|
||||
args.completeStart += optname.length + 1;
|
||||
args.completeOpt = opt[0][0];
|
||||
|
||||
Reference in New Issue
Block a user