mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
vim-patch:7.4.329 #1079
Problem: When moving the cursor and then switching to another window the previous window isn't scrolled. (Yukihiro Nakadaira) Solution: Call update_topline() before leaving the window. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=018df65085f8
This commit is contained in:
@@ -266,7 +266,7 @@ static int included_patches[] = {
|
||||
//332 NA
|
||||
331,
|
||||
//330,
|
||||
//329,
|
||||
329,
|
||||
328,
|
||||
327,
|
||||
//326 NA
|
||||
|
Reference in New Issue
Block a user