Files
neovim/src
James 119390e7ce refactor: avoid copying before vim_strup() if possible (#27830)
Current uses of vim_strup() calls memcpy()/strcpy() before calling vim_strup().
This results in 2 * strlen(string) operations.

We can trivially convert to lowercase while copying the string instead.
2024-03-13 04:34:59 +08:00
..
2023-11-05 20:19:06 +01:00
2024-03-12 13:51:53 +08:00
2024-02-21 11:58:28 +01:00