]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2935: calculating register width is not always needed v8.2.2935
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Jun 2021 17:17:07 +0000 (19:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Jun 2021 17:17:07 +0000 (19:17 +0200)
commit6c4c404c580fadd69e39297a6cb4b214f2fcb6d6
tree4fd835215e5589a5cebc118a63c0d46e8a81c18d
parent24951a67c24e75ec4ff7506f8e2e789ccd786e89
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.
src/register.c
src/version.c