mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.1297: when a test fails it's often not easy to see where
Problem: When a test fails it's often not easy to see what the call stack is. Solution: Add more entries from the call stack in the exception message.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
prepare_assert_error(garray_T *gap)
|
||||
{
|
||||
char buf[NUMBUFLEN];
|
||||
char_u *sname = estack_sfile();
|
||||
char_u *sname = estack_sfile(FALSE);
|
||||
|
||||
ga_init2(gap, 1, 100);
|
||||
if (sname != NULL)
|
||||
|
Reference in New Issue
Block a user