Shougo / ddu-ui-ff

Fuzzy finder UI for ddu.vim
MIT License
55 stars 26 forks source link

fix: Make highlight override cursorline in Vim9 #115

Closed 4513ECHO closed 1 year ago

4513ECHO commented 1 year ago

Problem

In Vim9, 'cursorline' highlight always overrides highlights added by ddu-ui-ff. It should behive same as Neovim not to override.

Solusion

Set the override flag to prop_type_add(). This flag has been added in patch 9.0.0144.