commit | e53a0d44090753d6284b34cc7fb5cf6c765d562c | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Mon Sep 05 21:45:11 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 05 21:45:11 2022 +0100 |
tree | c144f5a67752fb407b18e6901410ba2523ea3852 | |
parent | 3411265a3698c3d5ef56d9b0c3bb237a9f5fdba1 [diff] [blame] |
patch 9.0.0392: inverted condition is a bit confusing Problem: Inverted condition is a bit confusing. Solution: Remove the "!" and swap the blocks. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 2edbe83..87603fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 392, +/**/ 391, /**/ 390,