mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
feat(ui): add support to display a title in the border of a float (#20184)
add "title" and "title_pos" keys to win config dict.
This commit is contained in:
@@ -215,7 +215,7 @@ describe('ui/cursor', function()
|
||||
m.hl_id = 60
|
||||
m.attr = {background = Screen.colors.DarkGray}
|
||||
end
|
||||
if m.id_lm then m.id_lm = 61 end
|
||||
if m.id_lm then m.id_lm = 62 end
|
||||
end
|
||||
|
||||
-- Assert the new expectation.
|
||||
|
||||
Reference in New Issue
Block a user