commit | a88254f70458e7d4c998de7cc41aa06176eb61dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 23:04:14 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 23:04:14 2017 +0100 |
tree | 2e8f1eb153a52b88bd71bf3f94764cfd62533b08 | |
parent | 01164a6546b4c635daf96a1f17d1cb2d07f32a66 [diff] [blame] |
patch 8.0.1256: typo in configure variable vim_cv_tgent Problem: Typo in configure variable vim_cv_tgent. (Matthieu Guillard) Solution: Rename the variable. (closes #2281)
diff --git a/src/version.c b/src/version.c index 8cc9bba..e94b81a 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1256, +/**/ 1255, /**/ 1254,