mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
refactor(highlight): rename FloatBorderTitle #20988
requested in https://github.com/neovim/neovim/pull/20184
This commit is contained in:
@@ -3070,7 +3070,7 @@ nvim_open_win({buffer}, {enter}, {*config}) *nvim_open_win()*
|
||||
|
||||
• title: Title (optional) in window border, String or list.
|
||||
List is [text, highlight] tuples. if is string the default
|
||||
highlight group is `FloatBorderTitle`.
|
||||
highlight group is `FloatTitle`.
|
||||
• title_pos: Title position must set with title option.
|
||||
value can be of `left` `center` `right` default is left.
|
||||
• noautocmd: If true then no buffer-related autocommand
|
||||
|
||||
Reference in New Issue
Block a user