diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-08-28 14:39:44 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-08-28 14:39:44 +0200 |
| commit | 4427db9bb2f4b4587559eac18cc7ba10c52c6e8b (patch) | |
| tree | a7a6806ed85df2d6ce5a0af0b5dfe3499f518691 /src | |
| parent | 6a402edbeb693113f05d9319cd20ec382a0a1a20 (diff) | |
| download | vim-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.c | 2 |
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, |
