commit | 09a93e3e66689c691a00fce25e4ce310d81edaee | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Nov 10 17:05:28 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 10 17:05:28 2022 +0000 |
tree | c4c932b215393dd03cd6d407e7db8f730abe1083 | |
parent | 7265851b2b4e5a63c0a02a9057dee237502ee557 [diff] [blame] |
patch 9.0.0855: comment not located above the code it refers to Problem: Comment not located above the code it refers to. Solution: Move the comment. (closes #11527)
diff --git a/src/version.c b/src/version.c index a759a28..acade23 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 855, +/**/ 854, /**/ 853,