diff options
Diffstat (limited to 'runtime/lua/vim/_meta/api.lua')
-rw-r--r-- | runtime/lua/vim/_meta/api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/_meta/api.lua b/runtime/lua/vim/_meta/api.lua index 5a9b0b53ce..691da62f4f 100644 --- a/runtime/lua/vim/_meta/api.lua +++ b/runtime/lua/vim/_meta/api.lua @@ -1594,7 +1594,7 @@ function vim.api.nvim_open_term(buffer, opts) end --- • "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 [ "╔", "═" ,"╗", |