diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-03 15:47:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-03 15:47:03 +0200 |
commit | a87aa8061ce670c38d742b0f7e41cc950d10320f (patch) | |
tree | 8492ac8cbe062fe609e3c0d1588af8350ccc454a /src/version.c | |
parent | caf2dffd5142f93c75367e3af99e52df7abf73cd (diff) | |
download | vim-git-a87aa8061ce670c38d742b0f7e41cc950d10320f.tar.gz |
updated for version 7.3.1294v7.3.1294
Problem: ":diffoff" resets options.
Solution: Save and restore option values. (Christian Brabandt)
Diffstat (limited to 'src/version.c')
-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 e03d81b06..e4c6d503d 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1294, +/**/ 1293, /**/ 1292, |