diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-16 14:19:36 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-16 14:19:36 +0100 |
commit | 0f39a82b07b285e0c54162e1038348b2988a715c (patch) | |
tree | 04e8a3405857cb1a980962a38af53968ff0476da /src | |
parent | b27523ff7ab3083c20c0f33415d890f978726c4f (diff) | |
download | vim-git-0f39a82b07b285e0c54162e1038348b2988a715c.tar.gz |
patch 8.0.0463: side effects from resetting 'compatible' in defaults.vimv8.0.0463
Problem: Resetting 'compatible' in defaults.vim has unexpected side
effects. (David Fishburn)
Solution: Only reset 'compatible' if it was set.
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 ff1c9b84a..c1ac29d92 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 463, +/**/ 462, /**/ 461, |