commit | 14285cb801c5ba965fdb89c44e8c27d912edfe4b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 27 20:58:37 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 27 20:58:37 2020 +0100 |
tree | 0fc6f519aab10916524e1943918115903c68924f | |
parent | 2d9d409ad4fab1ae7ceaecc0ef0e9b511d868374 [diff] [blame] |
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.
diff --git a/src/buffer.c b/src/buffer.c index 2dcbae2..cec33b0 100644 --- a/src/buffer.c +++ b/src/buffer.c
@@ -2014,7 +2014,10 @@ 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) {