ZIm/crates/vim/src
Conrad Irwin f550f23b97
vim test redux (#11709)
This cleans up the neovim-backed vim tests:
- removed exempted tests (we'll rely on bug reports to find missing edge
cases)
- moved all assertions into non-async fn's so that failures are
reporting on the right file/line
- removed the NeovimBackedBindingTestContext
- renamed a few things to make them clearer
- reduced the number of permutations tested in some cases to reduce
slowest test from 60s to 5s

Release Notes:

- N/A
2024-05-11 14:04:05 -04:00
..
normal vim test redux (#11709) 2024-05-11 14:04:05 -04:00
test vim test redux (#11709) 2024-05-11 14:04:05 -04:00
change_list.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
command.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
editor_events.rs Use fewer fancy cursors even for vim users (#11041) 2024-04-26 09:42:21 +02:00
insert.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
mode_indicator.rs Fix misalignment of vim mode indicator (#10962) 2024-04-24 19:17:10 -06:00
motion.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
normal.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
object.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
replace.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
state.rs vim cl (#11641) 2024-05-09 21:18:56 -06:00
surrounds.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
test.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
utils.rs Introduce DisplayRow, MultiBufferRow newtypes and BufferRow type alias (#11656) 2024-05-11 00:06:51 +03:00
vim.rs vim cl (#11641) 2024-05-09 21:18:56 -06:00
visual.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00