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 75836cc commit 123b264Copy full SHA for 123b264
src/aliases.cpp
@@ -159,7 +159,8 @@ static void addValidAliasToMap(std::string_view alias)
159
160
static std::string escapeAlias(std::string_view value)
161
{
162
- std::string newValue = substituteStringView(value,"^^","@ilinebr ");
+ std::string newValue = substituteStringView(value,"^^ ","@ilinebr ");
163
+ newValue = substituteStringView(newValue,"^^","@ilinebr ");
164
//printf("escapeAlias('%s')='%s'\n",qPrint(std::string{value}),qPrint(newValue));
165
return newValue;
166
}
0 commit comments