commit | 3445320839a38b3b0c253513b125da8298ec27d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 13:08:38 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 13:08:38 2021 +0100 |
tree | 36de5f4e0a019c497710a3cfd6908a5fed0feed4 | |
parent | f2b26bcf8f498fed72759af4aa768fb2aab3118c [diff] [blame] |
patch 8.2.2435: setline() gives an error for some types Problem: setline() gives an error for some types. Solution: Allow any type, convert each item to a string.
diff --git a/src/version.c b/src/version.c index 8159289..1347dec 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2435, +/**/ 2434, /**/ 2433,