commit | cd9c8d400c1eb9cbb4ff6a33be02f91a30ab13b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 05 23:46:43 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 05 23:46:43 2022 +0000 |
tree | fd06702f1802b55f33521164e642e6c58efeb2fe | |
parent | 91c75d18d9cdc32df57e648640de7476fbcb4d76 [diff] [blame] |
patch 9.0.0837: append() reports failure when not appending anything Problem: append() reports failure when not appending anything. Solution: Only report failure when appending something. (closes #11498)
diff --git a/src/version.c b/src/version.c index 2694639..56ccb05 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 837, +/**/ 836, /**/ 835,