commit | a9b5b85068b2fcb1c01ea20524e227bcad579ceb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 13:16:20 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 13:16:20 2022 +0100 |
tree | 7083f70f769868e027784cd141106d85171f04af | |
parent | c312619f7c0cf590d96e0b2ed891d1f6c43d769b [diff] [blame] |
patch 9.0.0275: BufEnter not triggered when using ":edit" in "nofile" buffer Problem: BufEnter not triggered when using ":edit" in "nofile" buffer. Solution: Let readfile() return NOTDONE. (closes #10986)
diff --git a/src/version.c b/src/version.c index 9590974..e32f990 100644 --- a/src/version.c +++ b/src/version.c
@@ -724,6 +724,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 275, +/**/ 274, /**/ 273,