commit | 0b0ccbbfb014e1c9682b86a7a41ff2837b0b8047 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Aug 02 12:15:51 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 12:15:51 2022 +0100 |
tree | f7e39ab750c5abaa31fc5656227f71cd76164ff8 | |
parent | f05a1e59a3df759667f2082cf42368945c57e389 [diff] [blame] |
patch 9.0.0135: comment about tabpage line above the wrong code Problem: Comment about tabpage line above the wrong code. Solution: Move the comment. (closes #10836)
diff --git a/src/version.c b/src/version.c index 6113e33..33f61aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 135, +/**/ 134, /**/ 133,