]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1633: duplicate code for converting float to string v9.0.1633
authorzeertzjq <zeertzjq@outlook.com>
Thu, 15 Jun 2023 09:56:41 +0000 (10:56 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 15 Jun 2023 09:56:41 +0000 (10:56 +0100)
commit19dfa276c37dcf657922c6f9b48cf2954191e8b6
treeefa66453203e8ef4c31302fa59f18cad14714b62
parent166cd7b801ebe4aa042a9bbd6007d1951800aaa9
patch 9.0.1633: duplicate code for converting float to string

Problem:    Duplicate code for converting float to string.
Solution:   Use tv_get_string(). (closes #12521)
src/eval.c
src/version.c