Start gvim with a buffer of
vim9script
echo 'here'
finish
run
:source
Observe a screen full of here. ^C stops it.
Delete the echo line. Run :source again. Observe gvim hangs and must be killed.
Take out the finish and things work as expected
finish doesn't cause problems
8.2.4602
ubuntu, gtk3
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #9988.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
Oops, misunderstood/anxious, clearly want to get my hands on it. Apologies for the noise.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
Then again the script,
echo 'here'
finish
also hangs vim. So not a vim9issue
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
Reopened #9988.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
Both cases work with 8.2.4604
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
Closed #9988.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()