mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
vim-patch:8.1.0554: popup menu overlaps with preview window
Problem: Popup menu overlaps with preview window.
Solution: Adjust the height computation. (Hirohito Higashi, closes vim/vim#3414)
614ab8aa00
Cherry-picked "row -> pum_win_row" rename changes from patch 8.1.0062.
This commit is contained in:
@@ -739,16 +739,16 @@ describe('builtin popupmenu', function()
|
||||
ee |
|
||||
ff |
|
||||
gg |
|
||||
{s:aa } |
|
||||
{n:bb }{3:iew][+] }|
|
||||
{n:cc } |
|
||||
{n:dd } |
|
||||
{n:ee } |
|
||||
{n:ff } |
|
||||
{n:gg } |
|
||||
{n:hh } |
|
||||
{n:ii } |
|
||||
{n:jj } |
|
||||
hh |
|
||||
{s:aa }{c: }{3:ew][+] }|
|
||||
{n:bb }{c: } |
|
||||
{n:cc }{c: } |
|
||||
{n:dd }{c: } |
|
||||
{n:ee }{c: } |
|
||||
{n:ff }{c: } |
|
||||
{n:gg }{c: } |
|
||||
{n:hh }{c: } |
|
||||
{n:ii }{s: } |
|
||||
aa^ |
|
||||
{4:[No Name] [+] }|
|
||||
{2:-- }{5:match 1 of 10} |
|
||||
|
||||
Reference in New Issue
Block a user