commit | b1d2c8116cb5577961ea109651fb888b5e58265f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 11:55:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 11:55:01 2022 +0100 |
tree | 3cca94a88929fc31a58d1965da471e7b1e8050a2 | |
parent | 9b7d2a959646560f5770329f4428c4739eed4656 [diff] [blame] |
patch 9.0.0272: BufReadCmd not triggered when loading a "nofile" buffer Problem: BufReadCmd not triggered when loading a "nofile" buffer. (Maxim Kim) Solution: Call readfile() but bail out before reading a file. (closes #10983)
diff --git a/src/version.c b/src/version.c index 59e36e4..ff452da 100644 --- a/src/version.c +++ b/src/version.c
@@ -724,6 +724,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 272, +/**/ 271, /**/ 270,