commit | 6c4c404c580fadd69e39297a6cb4b214f2fcb6d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 04 19:17:07 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 04 19:17:07 2021 +0200 |
tree | 4fd835215e5589a5cebc118a63c0d46e8a81c18d | |
parent | 24951a67c24e75ec4ff7506f8e2e789ccd786e89 [diff] [blame] |
patch 8.2.2935: calculating register width is not always needed Problem: Calculating register width is not always needed. (Christian Brabandt) Solution: Only calculate the width when the type is MBLOCK.
diff --git a/src/version.c b/src/version.c index eab59f4..d55bb30 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2935, +/**/ 2934, /**/ 2933,