If your Custom Command outputs some text, it's not inserted in the cursor place, it replaced the whole line. Steps to reproduce:
echo "foobar"
, click Ok
important text
Result: the line has been completely replaced by foobar
text.
Expected result: the foobar
added after the important text
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub