1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-14 02:44:35 +03:00
kakoune/test/regression/3544-capture-get-lost/out
Maxime Coste 66f15cf4ad Fix select wiping captures
It turns out `v = std::move(v)` with v a std::vector is not a no-op,
it clears the vector.
2020-06-07 14:12:54 +10:00

2 lines
4 B
Plaintext