summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorErnie Rael <errael@raelity.com>2024-04-02 19:05:39 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-02 19:05:39 +0200
commit16cdfa69e07190674a8e85a48144a467472ca2f4 (patch)
tree5bdb592afd8f78f6e626a2951bbd8e53c593f7d0 /src/version.c
parent0a419e07a705675ac159218f42c1daa151d2ceea (diff)
patch 9.1.0255: Vim9: no indication of script nr in stack trace of classesv9.1.0255
Problem: Vim9: no indication of script nr in stack trace of classes Solution: Prefix the class name with the script name in the stack trace. (Ernie Rael) fixes: #14376 closes: #14390 Signed-off-by: Ernie Rael <errael@raelity.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index abb028b6dc..22a1e31a54 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 255,
+/**/
254,
/**/
253,