Closed 4513ECHO closed 1 year ago
In Vim9, 'cursorline' highlight always overrides highlights added by ddu-ui-ff. It should behive same as Neovim not to override.
'cursorline'
Set the override flag to prop_type_add(). This flag has been added in patch 9.0.0144.
override
prop_type_add()
9.0.0144
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 toprop_type_add()
. This flag has been added in patch9.0.0144
.