commit | e42c27d9e8a18e3786f13f17663914cdd0f63f9e | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun May 14 17:24:22 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 14 17:24:22 2023 +0100 |
tree | c0dc0141813003df4a767dfd90863ff6870be3c3 | |
parent | b6a19594b29a7d4f33a1f4324a0579df61f48d06 [diff] [blame] |
patch 9.0.1554: code for handling 'switchbuf' is repeated Problem: Code for handling 'switchbuf' is repeated. Solution: Add a function to handle 'switchbuf'. (Yegappan Lakshmanan, closes #12397)
diff --git a/src/version.c b/src/version.c index ed51a81..8620f97 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1554, +/**/ 1553, /**/ 1552,