diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-05 16:10:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-05 16:10:32 +0200 |
commit | 8fc0271e9a5b67b849abb861f630f50e612b330b (patch) | |
tree | 4ce9a79b9aa3d2979f9994c516ede583964e803f /src/version.c | |
parent | de24a8701328b1cce7cad0ee11b415369b482420 (diff) | |
download | vim-git-8fc0271e9a5b67b849abb861f630f50e612b330b.tar.gz |
patch 8.1.1277: missing screenshot updatev8.1.1277
Problem: Missing screenshot update.
Solution: Update the screenshot.
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 3e2f47246..7930e3c90 100644 --- a/src/version.c +++ b/src/version.c @@ -768,6 +768,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1277, +/**/ 1276, /**/ 1275, |