mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
This commit is contained in:
commit
a86d2b8980
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ void Ide::MacroInput(EscEscape& e)
|
|||
else {
|
||||
EscValue out;
|
||||
for(int i = 0; i < tags.GetCount(); i++)
|
||||
out.MapSet(i, (WString)~editors[i]);
|
||||
out.ArrayAdd((WString)~editors[i]);
|
||||
e = out;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue