commit | 4427db9bb2f4b4587559eac18cc7ba10c52c6e8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 14:39:44 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 14:39:44 2016 +0200 |
tree | a7a6806ed85df2d6ce5a0af0b5dfe3499f518691 | |
parent | 6a402edbeb693113f05d9319cd20ec382a0a1a20 [diff] |
patch 7.4.2278 Problem: New users have no idea of the 'scrolloff' option. Solution: Set 'scrolloff' in defaults.vim.
diff --git a/src/version.c b/src/version.c index 0be0faa..6f4be8e 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2278, +/**/ 2277, /**/ 2276,