mirror of
https://github.com/neovim/neovim.git
synced 2026-05-16 10:14:45 +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>