Problem: When checking a .po file (make -C src/po check), errors are not displayed.
This is because the output of check.vim is redirected to /dev/null. However, if you stop the redirection, check.vim generates a lot of output and becomes very slow.
Solution: Adding "silent" to some normal commands in check.vim suppresses unnecessary output.
When these commands are run in ex mode, they output the contents of the line the cursor is pointing to. This caused a lot of output.
https://github.com/vim/vim/pull/19227
(2 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Thanks
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()