diff options
author | Raphael <glephunter@gmail.com> | 2023-01-10 17:36:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 10:36:48 +0100 |
commit | 87cfe50944ef2c84de98eb6b124fe312eef31313 (patch) | |
tree | e75b9cf5327b095dcc71d9271e0966d5f60a37de /runtime/doc | |
parent | 1df2db0bc4dfa2e4f632f9b3dbae00b8b29f2d9f (diff) | |
download | rneovim-87cfe50944ef2c84de98eb6b124fe312eef31313.tar.gz rneovim-87cfe50944ef2c84de98eb6b124fe312eef31313.tar.bz2 rneovim-87cfe50944ef2c84de98eb6b124fe312eef31313.zip |
fix(ui): set stc to empty in floatwin with minimal style (#21720)
fix(ui): set stc to emtpy in floatwin with minimal style
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/api.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index fcd9bd0fe5..c827da4554 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -3042,10 +3042,10 @@ nvim_open_win({buffer}, {enter}, {*config}) *nvim_open_win()* Disables 'number', 'relativenumber', 'cursorline', 'cursorcolumn', 'foldcolumn', 'spell' and 'list' options. 'signcolumn' is changed to `auto` and - 'colorcolumn' is cleared. The end-of-buffer region is - hidden by setting `eob` flag of 'fillchars' to a space - char, and clearing the |hl-EndOfBuffer| region in - 'winhighlight'. + 'colorcolumn' is cleared. 'statuscolumn' is changed to + empty. The end-of-buffer region is hidden by setting + `eob` flag of 'fillchars' to a space char, and clearing + the |hl-EndOfBuffer| region in 'winhighlight'. • border: Style of (optional) window border. This can either be a string or an array. The string values are |