]> granicus.if.org Git - vim/commit
patch 8.2.4097: wrong number in error message on 32 bit system v8.2.4097
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Jan 2022 14:16:37 +0000 (14:16 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Jan 2022 14:16:37 +0000 (14:16 +0000)
commitf60a63485ea26d9bda1618d1b72662eca65b5f1f
tree3f68d741e6946d7c5d784ab6d56ccaa16d2e5ef5
parent1050476ead81a49be0289f40b2041c47a70c95ab
patch 8.2.4097: wrong number in error message on 32 bit system

Problem:    Wrong number in error message on 32 bit system. (John Paul Adrian
            Glaubitz)
Solution:   Add type cast. (closes #9527)
src/version.c
src/vim9compile.c