We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf8a9c commit 6d5b9bfCopy full SHA for 6d5b9bf
src/Commands.cpp
@@ -489,7 +489,7 @@ CustomCommand* CreateCommandFromDefinition(const char* definition) {
489
if (cmdId == CmdCommandPalette && firstArg) {
490
// validate mode
491
const char* s = firstArg->strVal;
492
- static SeqStrings validModes = ">\0#\0@\0"; // TODO: "@@\0" ?
+ static SeqStrings validModes = ">\0#\0@\0:\0"; // TODO: "@@\0" ?
493
if (seqstrings::StrToIdx(validModes, s) < 0) {
494
logf("CreateCommandFromDefinition: invalid CmdCommandPalette mode in '%s'\n", definition);
495
FreeCommandArgs(firstArg);
0 commit comments