Skip to content

Setting n or c highlights causes vim.ui.select to not show options as of neovim 0.11. #20

@SlayerOfTheBad

Description

@SlayerOfTheBad

In NeoVim 0.11, when highlights are set for modes n or c, and vim.ui.select is called, the options for the selection are not show.

There might be more effected modes, but these are the ones in my configuration that cause issues.
From my testing, it seems to be caused by the vim.cmd.redraw() at highlight.lua:16 being called.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions