summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-28 14:39:44 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-28 14:39:44 +0200
commit4427db9bb2f4b4587559eac18cc7ba10c52c6e8b (patch)
treea7a6806ed85df2d6ce5a0af0b5dfe3499f518691 /src
parent6a402edbeb693113f05d9319cd20ec382a0a1a20 (diff)
downloadvim-git-4427db9bb2f4b4587559eac18cc7ba10c52c6e8b.tar.gz
patch 7.4.2278v7.4.2278
Problem: New users have no idea of the 'scrolloff' option. Solution: Set 'scrolloff' in defaults.vim.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 0be0faa5c..6f4be8e34 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2278,
+/**/
2277,
/**/
2276,