diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2022-01-01 07:27:46 +0000 |
---|---|---|
committer | Sean Dewar <seandewar@users.noreply.github.com> | 2022-02-05 19:55:11 +0000 |
commit | 7002a3433bed7600ec02d64927ae0e77d077f34e (patch) | |
tree | ea9d586f0c4c56924991dd84d434880926bf1371 /test/functional/vimscript/timer_spec.lua | |
parent | 92e92f02e7106fcad1597bb8f0edf1e43186a07f (diff) | |
download | rneovim-7002a3433bed7600ec02d64927ae0e77d077f34e.tar.gz rneovim-7002a3433bed7600ec02d64927ae0e77d077f34e.tar.bz2 rneovim-7002a3433bed7600ec02d64927ae0e77d077f34e.zip |
vim-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.
https://github.com/vim/vim/commit/74e54fcb447e5db32f9c2df34c0554bbecdccca2
v8.2.2659 is already ported.
N/A patches for version.c:
vim-patch:8.2.2736: Vim9: for loop over string is a bit slow
Problem: Vim9: for loop over string is a bit slow.
Solution: Avoid using strlen().
https://github.com/vim/vim/commit/175a41c13f3e27e30c662f2f418c5a347dbc645d
Diffstat (limited to 'test/functional/vimscript/timer_spec.lua')
0 files changed, 0 insertions, 0 deletions