diff src/version.c @ 26055:109e9272cd5c v8.2.3561

patch 8.2.3561: cscope has a complicated way of giving an error message Commit: https://github.com/vim/vim/commit/3c5904d2a5d7861c227a4c3cd4ddcbc51014c838 Author: James McCoy <jamessan@jamessan.com> Date: Sun Oct 24 14:50:07 2021 +0100 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 https://github.com/vim/vim/issues/9038)
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Oct 2021 16:00:07 +0200
parents e861c5aaedd8
children 92c424550367
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3561,
+/**/
     3560,
 /**/
     3559,