Merge pull request #12937 from jamessan/term-env

This commit is contained in:
James McCoy
2021-01-31 13:25:16 -05:00
committed by GitHub
30 changed files with 336 additions and 121 deletions

View File

@@ -5648,7 +5648,7 @@ static int get_qfline_items(qfline_T *qfp, list_T *list)
== FAIL)) {
// tv_dict_add* fail only if key already exist, but this is a newly
// allocated dictionary which is thus guaranteed to have no existing keys.
assert(false);
abort();
}
return OK;