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
{{ message }}
This repository was archived by the owner on Sep 21, 2019. It is now read-only.
When running :EnTypeCheck, it highlights the errors and then shows them when passing with the cursor over the code causing the error. This error is being shown in the command area, which means we get a message "Press ENTER or type command to continue" unless we set command height to at least 4 (the size of the output of a EnTypeCheck error).
I'm wondering if using vim's quickfix window could be a better option, allowing the user to quickly navigate through typecheck errors and not get stuck on the error line every time they pass over it?