Enhancement - _config
- Merged Fredde's _config command with prior bug fix.
This commit is contained in:
@@ -202,6 +202,7 @@ std::string Context::dispatch ()
|
||||
else if (cmd.command == "_tags") { out = handleCompletionTags (); }
|
||||
else if (cmd.command == "_commands") { out = handleCompletionCommands (); }
|
||||
else if (cmd.command == "_ids") { out = handleCompletionIDs (); }
|
||||
else if (cmd.command == "_config") { out = handleCompletionConfig (); }
|
||||
else if (cmd.command == "" &&
|
||||
sequence.size ()) { out = handleModify (); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user