mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 10:28:33 +00:00
Problem: too many strlen() calls in option.c
Solution: refactor the code to reduce the number of strlen() calls
(John Marriott)
closes: vim/vim#15604
95dacbb5fd
Co-authored-by: John Marriott <basilisk@internode.on.net>