mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.1.0949: popups inconsistently shifted to the left
Problem: popups inconsistently shifted to the left Solution: always shift non-fixed popups to the left when the text would be truncated (no matter whether 'wrap' is set or not) (Boris Staletic) fixes: #16231 closes: #16247 Signed-off-by: Boris Staletic <boris.staletic@protonmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
83029a354e
commit
13c1153eef
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
949,
|
||||
/**/
|
||||
948,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user