diff options
author | Raphael <glephunter@gmail.com> | 2022-11-07 20:02:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 04:02:00 -0800 |
commit | 3435cdfb94b6f3c72e7f0f16fef9ff2660377cb2 (patch) | |
tree | 02d74b2b517d3edff4e1a195df80c50e35b16883 /runtime | |
parent | 31ffc360f2a4aab469a95a55c532f376443bd5fe (diff) | |
download | rneovim-3435cdfb94b6f3c72e7f0f16fef9ff2660377cb2.tar.gz rneovim-3435cdfb94b6f3c72e7f0f16fef9ff2660377cb2.tar.bz2 rneovim-3435cdfb94b6f3c72e7f0f16fef9ff2660377cb2.zip |
refactor(highlight): rename FloatBorderTitle #20988
requested in https://github.com/neovim/neovim/pull/20184
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |