forked from aniani/vim
patch 8.2.1631: test_fails() does not check the context of the line number
Problem: test_fails() does not check the context of the line number. Solution: Use another argument to specify the context of the line number.
This commit is contained in:
@@ -224,6 +224,7 @@ EXTERN int emsg_severe INIT(= FALSE); // use message of next of several
|
||||
EXTERN int emsg_assert_fails_used INIT(= FALSE);
|
||||
EXTERN char_u *emsg_assert_fails_msg INIT(= NULL);
|
||||
EXTERN long emsg_assert_fails_lnum INIT(= 0);
|
||||
EXTERN char_u *emsg_assert_fails_context INIT(= NULL);
|
||||
|
||||
EXTERN int did_endif INIT(= FALSE); // just had ":endif"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user