diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-10-29 09:02:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-29 16:02:32 +0800 |
commit | 2dc9ceb99c018b15dcf0c443cad46efecccaf94e (patch) | |
tree | f1850d042c6628949b52d16e53912dd14683b298 /runtime/doc/api.txt | |
parent | 0da27e9bdec14acf82731c4d5e0ad7d673697af7 (diff) | |
download | rneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.tar.gz rneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.tar.bz2 rneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.zip |
docs: small fixes (#25585)
Co-authored-by: tmummert <doczook@gmx.de>
Co-authored-by: parikshit adhikari <parikshitadhikari@gmail.com>
Diffstat (limited to 'runtime/doc/api.txt')
-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 d64020191d..4430d97fc7 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -3161,7 +3161,7 @@ nvim_open_win({buffer}, {enter}, {*config}) *nvim_open_win()* • "shadow": A drop shadow effect by blending with the background. • If it is an array, it should have a length of eight or - any divisor of eight. The array will specifify the eight + any divisor of eight. The array will specify the eight chars building up the border in a clockwise fashion starting with the top-left corner. As an example, the double box style could be specified as [ "╔", "═" ,"╗", |