[vim/vim] Improved src/po/check.vim to be faster and show errors (PR #19227)

3 views
Skip to first unread message

MURAOKA Taro

unread,
Jan 20, 2026, 9:05:51 PM (3 days ago) Jan 20
to vim/vim, Subscribed

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.


You can view, comment on, or merge this pull request online at:

  https://github.com/vim/vim/pull/19227

Commit Summary

  • f2902d0 Improved src/po/check.vim to be faster and show errors

File Changes

(2 files)

Patch Links:


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/19227@github.com>

Christian Brabandt

unread,
Jan 21, 2026, 2:41:51 PM (2 days ago) Jan 21
to vim/vim, Subscribed
chrisbra left a comment (vim/vim#19227)

Thanks


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/19227/c3780809746@github.com>

Christian Brabandt

unread,
Jan 21, 2026, 2:45:52 PM (2 days ago) Jan 21
to vim/vim, Subscribed

Closed #19227 via 3456303.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/19227/issue_event/22197633774@github.com>

Reply all
Reply to author
Forward
0 new messages