commit | 16abd997c99b1a40fb0ba54889ce0cf44d7585b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 08 00:54:06 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 08 00:54:06 2023 +0100 |
tree | c2413284f3663ec1b528f4a981e91bbd5f4393a6 | |
parent | 7c2beb48ef46cf5f1ed7e8512ef5a7c9099e5ae4 [diff] [blame] |
patch 9.0.1676: warning for buffer in use when exiting early Problem: Warning for buffer in use when exiting early. Solution: Change file names to be able to see what buffer is in use when exiting.
diff --git a/src/version.c b/src/version.c index bacb9fc..0a2deee 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1676, +/**/ 1675, /**/ 1674,