]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0255: Vim9: no indication of script nr in stack trace of classes v9.1.0255
authorErnie Rael <errael@raelity.com>
Tue, 2 Apr 2024 17:05:39 +0000 (19:05 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 2 Apr 2024 17:05:39 +0000 (19:05 +0200)
commit16cdfa69e07190674a8e85a48144a467472ca2f4
tree5bdb592afd8f78f6e626a2951bbd8e53c593f7d0
parent0a419e07a705675ac159218f42c1daa151d2ceea
patch 9.1.0255: Vim9: no indication of script nr in stack trace of classes

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>
src/scriptfile.c
src/testdir/test_vim9_class.vim
src/version.c