-u NONE:set autocomplete autocompletedelay=1000You can observe the command-line will have <t_<fd>n> repeated every &autocompletedelay milliseconds. This cannot be stopped as far as I can see, even if you set noautocomplete. Changing autocompletedelay changes how fast the escape sequence is written, even after triggering the bug, and entering/exiting any mode. I can tell too that the sequence is being sent even when in normal mode, since my terminal dings when the sequence is sent.
For verbose reference, the escape sequence K_SPECIAL KS_EXTRA KE_COMPLETE_DELAY is represented in Vim as <t_<fd>n>.
The escape sequence isn't written in command-line mode, and isn't sent repeatedly when it can't be sent/received properly.
9.2.747
Happens over SSH when SSHing into my Alpine Linux x86-64 box, from the following terminal hosts:
conhost.exe) on Windows 11I've been unable to reproduce in Termux executing Vim directly, with Vim version 9.1.2100. I am thinking maybe SSH is required to reproduce, or it's a newer regression. I'll try on more devices later.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
I think this is already fixed by patch 9.2.0750
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
7e8c23937cc74b2259f75d4b.zip
not sure if it's your case though
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
This? If so, thanks, I missed it somehow.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Yes, I introduced that bug in version 9.2.0739.
As he mentioned, it has been fixed in version 9.2.0750.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()