You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.ToMatch() and CheckBuff() are not particularly good or useful functions. They're basically just giant hacks meant to work around my previous skill issues when writing tests (fun fact: using :normal is a pain in the ass to work with).
I recently discovered \<Ignore>, which at least in a new test seems to sort out timing problems. Combining \<Ignore> in tests with sane functions that more expressively chain keystrokes seems like the obvious move. Not sure what can and can't be done here. I clearly need to RTFM on Themis.
The text was updated successfully, but these errors were encountered:
.ToMatch()
andCheckBuff()
are not particularly good or useful functions. They're basically just giant hacks meant to work around my previous skill issues when writing tests (fun fact: using:normal
is a pain in the ass to work with).I recently discovered
\<Ignore>
, which at least in a new test seems to sort out timing problems. Combining\<Ignore>
in tests with sane functions that more expressively chain keystrokes seems like the obvious move. Not sure what can and can't be done here. I clearly need to RTFM on Themis.The text was updated successfully, but these errors were encountered: