commit | c512599b22aac7305b171566c2f595e0ae85b885 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Wed May 26 21:49:18 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 26 21:49:18 2021 +0200 |
tree | 052b8b4cf8067b7fce8d50d10b01a2256ec4dcd1 | |
parent | 7d840e9ac7529ec144e103d2a13abce8aa8c1ff1 [diff] [blame] |
patch 8.2.2889: typo and verbose comment in Makefiles Problem: Typo and verbose comment in Makefiles. Solution: Fix typo. Use @#. (Ken Takata, closes #8252)
diff --git a/src/version.c b/src/version.c index 7902d3b..56f0f0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2889, +/**/ 2888, /**/ 2887,