vim-patch:8.2.0464: typos and other small problems

Problem:    Typos and other small problems.
Solution:   Fix the typos.  Add missing file to distribution.
2d9d409ad4
This commit is contained in:
Jan Edmund Lazo
2020-03-27 19:29:36 -04:00
parent bc84cf2585
commit b8ddca6554
2 changed files with 3 additions and 1 deletions

View File

@@ -1750,6 +1750,7 @@ buf_T * buflist_new(char_u *ffname, char_u *sfname, linenr_T lnum, int flags)
apply_autocmds(EVENT_BUFWIPEOUT, NULL, NULL, false, curbuf);
}
if (aborting()) { // autocmds may abort script processing
xfree(ffname);
return NULL;
}
if (buf == curbuf) {