diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2024-02-07 21:44:42 +0000 |
---|---|---|
committer | Sean Dewar <6256228+seandewar@users.noreply.github.com> | 2024-03-08 23:24:04 +0000 |
commit | b1577d371a6db43222de9e3a525def82320ebdb1 (patch) | |
tree | 0be83eff7c0686f63c553f92b1de0486f1867706 /runtime/lua/vim/_meta/vimfn.lua | |
parent | 5d58136cccc760f6d95eb45b46f2ad60f06b103b (diff) | |
download | rneovim-b1577d371a6db43222de9e3a525def82320ebdb1.tar.gz rneovim-b1577d371a6db43222de9e3a525def82320ebdb1.tar.bz2 rneovim-b1577d371a6db43222de9e3a525def82320ebdb1.zip |
fix(api): make win_set_config with "win" for splits need "split/vertical"
Problem: currently, for splits, nvim_win_set_config accepts win without any of
split or vertical set, which has little effect and seems error-prone.
Solution: require at least one of split or vertical to also be set for splits.
Also, update nvim_win_set_config docs, as it's no longer limited to just
floating and external windows.
Diffstat (limited to 'runtime/lua/vim/_meta/vimfn.lua')
0 files changed, 0 insertions, 0 deletions