mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
lint
This commit is contained in:
@@ -7639,7 +7639,7 @@ static void fill_assert_error(garray_T *gap, typval_T *opt_msg_tv,
|
||||
} else {
|
||||
ga_concat(gap, exp_str);
|
||||
}
|
||||
tofree = (char_u *) encode_tv2string(got_tv, NULL);
|
||||
tofree = (char_u *)encode_tv2string(got_tv, NULL);
|
||||
if (atype == ASSERT_MATCH) {
|
||||
ga_concat(gap, (char_u *)" does not match ");
|
||||
} else if (atype == ASSERT_NOTMATCH) {
|
||||
|
Reference in New Issue
Block a user