comparison 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
comparison
equal deleted inserted replaced
32897:44195816b052 32898:cbb5a593c92a
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1758,
698 /**/ 700 /**/
699 1757, 701 1757,
700 /**/ 702 /**/
701 1756, 703 1756,
702 /**/ 704 /**/