mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-patch:7.4.491
Problem: When winrestview() has a negative "topline" value there are display errors. Solution: Correct a negative value to 1. (Hirohito Higashi) https://code.google.com/p/vim/source/detail?r=v7-4-491
This commit is contained in:
@@ -247,7 +247,7 @@ static int included_patches[] = {
|
||||
494,
|
||||
493,
|
||||
//492,
|
||||
//491,
|
||||
491,
|
||||
//490,
|
||||
//489,
|
||||
//488,
|
||||
|
Reference in New Issue
Block a user