mirror of
https://github.com/vim/vim.git
synced 2025-10-28 09:27:14 -04:00
patch 9.0.1545: text not scrolled when cursor moved with "g0" and "h"
Problem: Text not scrolled when cursor moved with "g0" and "h". Solution: Adjust w_skipcol when needed. (Luuk van Baal, closes #12387)
This commit is contained in:
committed by
Bram Moolenaar
parent
378447fc18
commit
8667a5678f
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1545,
|
||||
/**/
|
||||
1544,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user