From 3435cdfb94b6f3c72e7f0f16fef9ff2660377cb2 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 7 Nov 2022 20:02:00 +0800 Subject: refactor(highlight): rename FloatBorderTitle #20988 requested in https://github.com/neovim/neovim/pull/20184 --- runtime/doc/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index e2a5291f7f..f95fd0d36c 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -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 -- cgit