mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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).