Skip to content
Snippets Groups Projects

Do not let previous wait commands affect COM_BufInsertText

Merged James R. requested to merge insert-wait into next
COM_BufInsertText("wait 2");
COM_BufInsertText("echo 1; echo 2");

Old behavior: echo 1; wait; echo 2 New behavior: echo 1; echo 2; wait 2

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading