diff src/version.c @ 33345:bf37770e5952 v9.0.1936

patch 9.0.1936: test: using wrong expected message in test_crypt Commit: https://github.com/vim/vim/commit/e6fca0e82216c753793a85979926b9a28da7e842 Author: Isao Sato <svardew@gmail.com> Date: Sun Sep 24 23:27:25 2023 +0200 patch 9.0.1936: test: using wrong expected message in test_crypt Problem: test: using wrong expected message in test_crypt Solution: make use of single quotes closes: #13151 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Isao Sato <svardew@gmail.com>
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Sep 2023 23:30:08 +0200
parents 41b50abddeea
children f47ee07ae029
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 */
 /**/
+    1936,
+/**/
     1935,
 /**/
     1934,