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
Noticed this while looking at #5939. If you start typing :set-option bufferline you get completion while typing bufferline. If you then press space you get new completion of options for the 2nd argument. Perhaps we want completion that is related to the option, but at least the completion probably should not be displayed for the 2nd argument.
Reproduction Steps
I tried this:
Start typing set-option mouse true.
I expected this to happen:
No completion after set-option mouse while typing the 2nd argument.
Instead, this happened:
New completion showing all options is shown.
Helix log
No response
Platform
macOS
Terminal Emulator
iTerm 2
Helix Version
22.12-257-ga4751db8
The text was updated successfully, but these errors were encountered:
Summary
Noticed this while looking at #5939. If you start typing
:set-option bufferline
you get completion while typingbufferline
. If you then press space you get new completion of options for the 2nd argument. Perhaps we want completion that is related to the option, but at least the completion probably should not be displayed for the 2nd argument.Reproduction Steps
I tried this:
set-option mouse true
.I expected this to happen:
No completion after
set-option mouse
while typing the 2nd argument.Instead, this happened:
New completion showing all options is shown.
Helix log
No response
Platform
macOS
Terminal Emulator
iTerm 2
Helix Version
22.12-257-ga4751db8
The text was updated successfully, but these errors were encountered: