commit | 84ed4ad08486f85948d4fe10a47aa2e312699eb9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 17 11:33:42 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 17 11:33:42 2017 +0200 |
tree | 9f6b9bc85e10f20ceab7868580c88318b66c8c19 | |
parent | ade59630c737026edfaeff2d76985b304a34afb5 [diff] [blame] |
patch 8.0.0951: another wrong #ifdef Problem: Another wrong #ifdef. Solution: Change TERMINAL to FEAT_TERMINAL. (closes #1981)
diff --git a/src/version.c b/src/version.c index 41442ad..5abfd17 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 951, +/**/ 950, /**/ 949,