mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
split-string is not side-effect free. It changes the match data (it uses regexp to split strings).
split-string is not side-effect free. It changes the match data (it uses regexp to split strings).