commit | 6656c2ec4cc2163cd0a51d617f429ad7fb46d2d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 15:00:04 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 15:00:04 2019 +0200 |
tree | 5bfaaa025cce6e913ca0f5f47230011ab8908d26 | |
parent | 8f7ab4bd1e66fd532bdef6559502d961f03b54d8 [diff] [blame] |
patch 8.1.2205: sign entry structure has confusing name Problem: Sign entry structure has confusing name. Solution: Rename signlist_T to sign_entry_T and prefix se_ to the fields.
diff --git a/src/version.c b/src/version.c index 09e8ad3..057ab74 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2205, +/**/ 2204, /**/ 2203,