commit | 3c5904d2a5d7861c227a4c3cd4ddcbc51014c838 | [log] [tgz] |
---|---|---|
author | James McCoy <jamessan@jamessan.com> | Sun Oct 24 14:50:07 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 24 14:50:07 2021 +0100 |
tree | 243eadeb0e139c863e41ffc2c968a0538351438a | |
parent | 844fb64a605d60131827503a001b2d1aa232b078 [diff] [blame] |
patch 8.2.3561: cscope has a complicated way of giving an error message Problem: Cscope has a complicated way of giving an error message. Solution: Use semsg(). (James McCoy, closes #9038)
diff --git a/src/version.c b/src/version.c index a1714eb..7dc55ac 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3561, +/**/ 3560, /**/ 3559,