0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.1184: some tests fail

Problem:    Some tests fail.
Solution:   Adjust tests for different assert_fails() behavior.  Remove unused
            variable.
This commit is contained in:
Bram Moolenaar
2020-07-11 22:25:57 +02:00
parent 9b7bf9e98f
commit 2b6ef856fb
4 changed files with 10 additions and 12 deletions

View File

@@ -3389,7 +3389,6 @@ static char_u *redir_varname = NULL;
var_redir_start(char_u *name, int append)
{
int called_emsg_before;
int err;
typval_T tv;
// Catch a bad name early.