diff src/version.c @ 33112:27e42f2eab1b v9.0.1839

patch 9.0.1839: No Makefile rule to build cscope database Commit: https://github.com/vim/vim/commit/738ce77aa9e4922dd724d1470960285cbb9ab3c2 Author: Christian Brabandt <cb@256bit.org> Date: Fri Sep 1 22:38:26 2023 +0200 patch 9.0.1839: No Makefile rule to build cscope database Problem: No Makefile rule to build cscope database Solution: Add rule Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Sep 2023 22:45:03 +0200
parents 2b5cc29b0a0e
children e64f3ab1a8b9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1839,
+/**/
     1838,
 /**/
     1837,