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

cursorlineopt = 'number' causes highlight issues #239

Closed
aleprovencio opened this issue Nov 22, 2022 · 0 comments · Fixed by #639
Closed

cursorlineopt = 'number' causes highlight issues #239

aleprovencio opened this issue Nov 22, 2022 · 0 comments · Fixed by #639
Labels
bug Something isn't working

Comments

@aleprovencio
Copy link

Describe the bug
With this option, the completion highlights for cmdline and popupmenu will not work.

Which version of Neovim are you using?
NVIM v0.8.1
Build type: Release
LuaJIT 2.1.0-beta3
Compilado por builduser

To Reproduce
Steps to reproduce the behavior:

  1. edit minimal.lua provided by this repo adding cursorlineopt = 'number' as an option
  2. type : to show cmdline
  3. type something and hit tab to show the completion options

Expected Behavior
When choosing the completion options the selected option should be highlighted

@aleprovencio aleprovencio added the bug Something isn't working label Nov 22, 2022
@folke folke closed this as completed in c7f666c Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant