commit | 9cbf791995514e72476399fe06e055a707ec0158 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Jan 23 16:57:08 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 23 16:57:08 2023 +0000 |
tree | 3ad8aa2f4a83fe56a0c66e084f651335256198b3 | |
parent | dc7179f9a4cc74d864d1f6414e691d25bac8f831 [diff] [blame] |
patch 9.0.1236: code in same_leader() can be simplified Problem: Code in same_leader() can be simplified. Solution: Simplify code that is executed only once. (closes #11867)
diff --git a/src/version.c b/src/version.c index 3e853b3..886d0a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1236, +/**/ 1235, /**/ 1234,