mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
patch 9.1.2130: Page scrolling in Insert mode beeps
Problem: Page scrolling in Insert mode beeps (after 9.1.0211).
Solution: Fix incorrect return value of pagescroll(). Also invert the
return value of scroll_with_sms() to be less confusing and
match comments (zeertzjq).
fixes: #19326
closes: #19327
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
61044eb536
commit
a8ce914db1
@@ -52463,8 +52463,14 @@ Solution: Validate the bufref after buf_reload (Sean Dewar).
|
||||
|
||||
Patch 9.1.2129
|
||||
Problem: MS-Windows: font size calculation slightly wrong, causing
|
||||
vertical line gaps (Maxim Kim, after v9.1.2127)
|
||||
vertical line gaps (Maxim Kim, after v9.1.2127)
|
||||
Solution: Update font size calculation when using DirectX
|
||||
(Yasuhiro Matsumoto).
|
||||
(Yasuhiro Matsumoto).
|
||||
|
||||
Patch 9.1.2130
|
||||
Problem: Page scrolling in Insert mode beeps (after 9.1.0211).
|
||||
Solution: Fix incorrect return value of pagescroll(). Also invert the
|
||||
return value of scroll_with_sms() to be less confusing and
|
||||
match comments (zeertzjq).
|
||||
|
||||
vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:nofoldenable
|
||||
|
||||
Reference in New Issue
Block a user