commit | b9a46fec3e79d1fc8c406084a41733c647a5e535 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 18:13:42 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 18:13:42 2016 +0200 |
tree | 01df635eb1f9a9b086b92b88f239933de4f0db08 | |
parent | d05b191b91c4e16d6887bf781832d135d2a8fae5 [diff] [blame] |
patch 7.4.2115 Problem: Loading defaults.vim with -C argument. Solution: Don't load the defaults script with -C argument. Test sourcing the defaults script. Set 'display' to "truncate".
diff --git a/src/version.c b/src/version.c index b036bfd..37aa255 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2115, +/**/ 2114, /**/ 2113,