forked from aniani/vim
patch 9.0.2105: skipcol not reset when topline changed
Problem: Skipcol is not reset when topline changed scrolling cursor to top Solution: reset skipcol closes: #13528 closes: #13532 Signed-off-by: Luuk van Baal <luukvbaal@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
bc8f79d36a
commit
bb800a7907
@@ -704,6 +704,10 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2105,
|
||||
/**/
|
||||
2104,
|
||||
/**/
|
||||
2103,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user