mirror of
https://github.com/neovim/neovim.git
synced 2026-03-13 12:35:48 +00:00
Problem: :for cannot loop over a string. Solution: Accept a string argument and iterate over its characters.74e54fcb44v8.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().175a41c13f