Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set-option completion shown after first argument is set #5947

Closed
askreet opened this issue Feb 12, 2023 · 1 comment · Fixed by #5966
Closed

set-option completion shown after first argument is set #5947

askreet opened this issue Feb 12, 2023 · 1 comment · Fixed by #5966
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue

Comments

@askreet
Copy link
Contributor

askreet commented Feb 12, 2023

Summary

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:

  1. 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

@askreet askreet added the C-bug Category: This is a bug label Feb 12, 2023
@the-mikedavis
Copy link
Member

Duplicate of #2772

@the-mikedavis the-mikedavis marked this as a duplicate of #2772 Feb 12, 2023
@the-mikedavis the-mikedavis closed this as not planned Won't fix, can't repro, duplicate, stale Feb 12, 2023
@the-mikedavis the-mikedavis added the R-duplicate Duplicated issue: please refer to the linked issue label Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants