mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
vim-patch:7.4.301 #816
Problem: Still a scrolling problem when loading a session file. Solution: Fix off-by-one mistake. (Nobuhiro Takasaki) https://code.google.com/p/vim/source/detail?r=8cb42aa3c4957a543e5dffe307475dbab969612f
This commit is contained in:

committed by
Justin M. Keyes

parent
937c78fe2e
commit
02d935729f
@@ -217,7 +217,7 @@ static int included_patches[] = {
|
||||
//304,
|
||||
//303,
|
||||
//302,
|
||||
//301,
|
||||
301,
|
||||
//300,
|
||||
//299,
|
||||
298,
|
||||
|
Reference in New Issue
Block a user