mirror of
https://github.com/neovim/neovim.git
synced 2026-01-10 05:18:13 +10:00
Problem: ops.c code uses too many strlen() calls
Solution: Refactor code and remove more strlen() calls
(John Marriott)
closes: vim/vim#14598
38b9f45253
Co-authored-by: John Marriott <basilisk@internode.on.net>