diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-06-15 22:37:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-15 22:37:48 +0800 |
commit | 203540926df0ac6faae02e35ad12ae0221e210f6 (patch) | |
tree | 79db7eeb0ac114024d92cbfdd8420c02e61877f8 /runtime/lua/vim/_meta/options.lua | |
parent | c5e3321aa14d323cb91a69de42ec0d66bef58a30 (diff) | |
download | rneovim-203540926df0ac6faae02e35ad12ae0221e210f6.tar.gz rneovim-203540926df0ac6faae02e35ad12ae0221e210f6.tar.bz2 rneovim-203540926df0ac6faae02e35ad12ae0221e210f6.zip |
vim-patch:9.1.0491: Cmdline pum doesn't work properly with 'rightleft' (#29355)
Problem: Cmdline pum doesn't work properly with 'rightleft'.
Solution: Don't use curwin->w_p_rl in cmdline mode in pum_redraw(). Use
a static variable since pum_may_redraw() may be called in any
mode. Also correct position of other popups with 'rightleft'.
(zeertzjq)
closes: vim/vim#15005
https://github.com/vim/vim/commit/883018feff43413813770dd1e13d4f950aa38524
Diffstat (limited to 'runtime/lua/vim/_meta/options.lua')
0 files changed, 0 insertions, 0 deletions