You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new API accidentaly set the wrong message type for the
/buffer/replace-lines message. Fix for BufferType::ReplaceLines
Tested with ll<TAB> to insert a live loop.
if (msg->arg().popStr(info.id).popStr(info.content).popInt32(info.startLine).popInt32(info.finishLine).popInt32(info.pointLine).popInt32(info.pointIndex).isOkNoMoreArgs())
0 commit comments