mirror of
https://github.com/neovim/neovim.git
synced 2026-01-24 13:50:34 +00:00
Problem: too many strlen() calls in cmdhist.c
Solution: refactor code and remove strlen() calls
(John Marriott)
closes: vim/vim#15888
8df07d0ca3
Co-authored-by: John Marriott <basilisk@internode.on.net>