]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0251: a couple of function return types can be more specific v8.2.0251
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Feb 2020 21:25:56 +0000 (22:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Feb 2020 21:25:56 +0000 (22:25 +0100)
commit7306d6b1c9528dcfe89eb77aa7ef354ffa9605a8
tree4f5f223715b1089fbaa1693ea628e4ca01eb77af
parent4f5776c17cd86f904a7e2f92db297c73e28939b7
patch 8.2.0251: a couple of function return types can be more specific

Problem:    A couple of function return types can be more specific.
Solution:   Use a better return type. (Ken Takata, closes #5629)
src/evalfunc.c
src/globals.h
src/version.c