Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isolate the snippet of source code used in formatted error messages #1920

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 8, 2021

  1. isolate the snippet of source code used in formatted error messages

    lest bidi formatting characters cause the error message to be rendered
    sdrawkcab. In principle we should probably do this to the filename and
    even the error message, since those could be suspect as well. As
    ordinary RTL text doesn’t cause any problem, it is in practice not so
    important. Note also that if flycheck is to be localized, this format
    string must be localized as well (or the localization system must
    support such substitutions directly).
    
    Fixes flycheck#1919.
    db48x committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    8a2bb60 View commit details
    Browse the repository at this point in the history