mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-09-25 13:27:12 +03:00
I missed this because to check for all instances of 2.0.22, I did `rg -F '2.0.22'`. But ripgrep doesn't search in hidden directories by default, so the actual command to run is `rg -F. '2.0.22'`.