commit | b42970535c205baede141c8be2fab0f8cc4e16d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 22 15:17:29 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 22 15:17:29 2014 +0200 |
tree | 6ab0ef288239f2a711e81cbfba4347676abb2074 | |
parent | 7b129a5ac475a22a363e348be045932233c6d386 [diff] [blame] |
updated for version 7.4.301 Problem: Still a scrolling problem when loading a session file. Solution: Fix off-by-one mistake. (Nobuhiro Takasaki)
diff --git a/src/version.c b/src/version.c index 0930a7b..7f58182 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 301, +/**/ 300, /**/ 299,