commit | 74e54fcb447e5db32f9c2df34c0554bbecdccca2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 26 20:41:29 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 26 20:41:29 2021 +0100 |
tree | 09448c671db2b150c1af1575c239cddf2772272e | |
parent | 522eefd9a247c574a51bfe9bf73467a8dc3bac42 [diff] [blame] |
patch 8.2.2658: :for cannot loop over a string Problem: :for cannot loop over a string. Solution: Accept a string argument and iterate over its characters.
diff --git a/src/version.c b/src/version.c index e09153f..a7406d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2658, +/**/ 2657, /**/ 2656,