mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.0464: typos and other small problems
Problem: Typos and other small problems. Solution: Fix the typos. Add missing files to the distribution.
This commit is contained in:
@@ -2014,7 +2014,10 @@ buflist_new(
|
||||
apply_autocmds(EVENT_BUFWIPEOUT, NULL, NULL, FALSE, curbuf);
|
||||
#ifdef FEAT_EVAL
|
||||
if (aborting()) // autocmds may abort script processing
|
||||
{
|
||||
vim_free(ffname);
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
if (buf == curbuf)
|
||||
{
|
||||
|
Reference in New Issue
Block a user