Skip to content
Snippets Groups Projects
Commit ae42e3f0 authored by George Nachman's avatar George Nachman
Browse files

Fix a bug where we returned NO when parsing a wrapped DCS code, which...

Fix a bug where we returned NO when parsing a wrapped DCS code, which prevented further parsing from the buffer until another read happens. Issue 4588 (the part where you have to bang on the keyboard for a while after running the solarized script)
parent bfead418
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -183,8 +183,8 @@
// tokens were already added.
if (token->type != DCS_TMUX_CODE_WRAP) {
CVectorAppend(vector, token);
return YES;
}
return YES;
}
 
[token recycleObject];
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment