]> granicus.if.org Git - vim/commit
patch 8.2.0355: Vim9: str_val is confusing, it's a number v8.2.0355
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Mar 2020 21:20:26 +0000 (22:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Mar 2020 21:20:26 +0000 (22:20 +0100)
commita471eeae75cda982bb6ddffbb0cbb71d868b97bf
treebdd8d5b249cd291c30a2d96e77d48cb8f5d4dd17
parenta65bb53514a1af1ec0dc5c4831dfaef69f139a48
patch 8.2.0355: Vim9: str_val is confusing, it's a number

Problem:    Vim9: str_val is confusing, it's a number
Solution:   Rename to stnr_val.
src/version.c
src/vim9.h
src/vim9compile.c
src/vim9execute.c