diff src/version.c @ 32898:cbb5a593c92a v9.0.1758

patch 9.0.1758: vim9 no class identifiers in stack dumps Commit: https://github.com/vim/vim/commit/0ffc17aa479867f6f3ee14a46cf71352f126b5ba Author: LemonBoy <thatlemon@gmail.com> Date: Sun Aug 20 18:09:11 2023 +0200 patch 9.0.1758: vim9 no class identifiers in stack dumps Problem: vim9 no class identifiers in stack dumps Solution: Prefix class members in stack traces with the class name followed by a dot. closes: #12866 closes: #12078 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: LemonBoy <thatlemon@gmail.com>
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Aug 2023 18:15:03 +0200
parents 223765c87ea9
children 8325b9a4c732
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1758,
+/**/
     1757,
 /**/
     1756,