]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0949: popups inconsistently shifted to the left v9.1.0949
authorBoris Staletic <boris.staletic@protonmail.com>
Thu, 19 Dec 2024 19:22:19 +0000 (20:22 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 19 Dec 2024 19:22:19 +0000 (20:22 +0100)
commit13c1153eefe54ce933e60258358300868c22f68a
tree69ed86798e453fd6d39c862162ee2f3c46dd089f
parent83029a354e9fe1a94832d35e46b8a6dda84e2034
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>
runtime/doc/popup.txt
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c