1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-19 08:47:46 +03:00
kakoune/test/regression/3544-capture-get-lost
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
..
cmd Fix select wiping captures 2020-06-07 14:12:54 +10:00
in Fix select wiping captures 2020-06-07 14:12:54 +10:00
out Fix select wiping captures 2020-06-07 14:12:54 +10:00