diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-28 17:08:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-28 17:08:17 +0200 |
commit | 885c00eabe6d1fd757d4f0eb531ad3a15a35ec04 (patch) | |
tree | 73c3272f8b755d1ead3f08479a34b5a0276946c6 /src/version.c | |
parent | 0abe0522d0e52b50c6eab52323be558eb56fe95e (diff) | |
download | vim-git-885c00eabe6d1fd757d4f0eb531ad3a15a35ec04.tar.gz |
patch 7.4.2283v7.4.2283
Problem: Part of ":oldfiles" command isn't cleared. (Lifepillar)
Solution: Clear the rest of the line. (closes 1018)
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 5743911f6..0c2bbffba 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 */ /**/ + 2283, +/**/ 2282, /**/ 2281, |