commit | 39536dd557e847e80572044c2be319db5886abe3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 29 22:58:21 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 29 22:58:21 2019 +0100 |
tree | a9223044558edf150a07d0fde3f8259c0a655561 | |
parent | 2a4857a1fcf1d188e5b985ac21bcfc532eddde94 [diff] [blame] |
patch 8.1.0846: not easy to recognize the system Vim runs on Problem: Not easy to recognize the system Vim runs on. Solution: Add more items to the features list. (Ozaki Kiichi, closes #3855)
diff --git a/src/version.c b/src/version.c index 3609fb0..f693b66 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 846, +/**/ 845, /**/ 844,