Closed PriceHiller closed 2 years ago
Alright, I went ahead and bundled all of that up into some commits. Thanks for the review, as you can tell I'm not much of a writer๐๏ธ. If you see anything else out of place I'd be happy to make further modifications.
Thanks so much ๐
Some very basic tests setup for only the
modes.lua
primary file regarding #26. Still need to create tests forutils.lua
, but this helps test for some issues with say removing fallbacks ๐. Something that may want to be considered that should improve or at least help with testing is allowingdefault_colors
to be accessed inM
and shifting events into autocommands kind of like I have it over on my other branch here, although I consider it somewhat dirty.Other tests that need to be created for
modes.lua
is checking the highlights as they are set from each mode. To test that I have included a feedkeys wrappertest_utils
which should be passedx!
mode to maintain the correct key insert for the mode.