mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
vim-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.
a5d0423fa1
Use docs from latest Vim.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
static void prepare_assert_error(garray_T *gap)
|
||||
{
|
||||
char buf[NUMBUFLEN];
|
||||
char *sname = estack_sfile();
|
||||
char *sname = estack_sfile(false);
|
||||
|
||||
ga_init(gap, 1, 100);
|
||||
if (sname != NULL) {
|
||||
|
Reference in New Issue
Block a user