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

Provide output option for single-line messages #78

Closed
matze-dd opened this issue Oct 17, 2020 · 2 comments
Closed

Provide output option for single-line messages #78

matze-dd opened this issue Oct 17, 2020 · 2 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@matze-dd
Copy link
Collaborator

matze-dd commented Oct 17, 2020

There seems to be a Vim issue with handling of multi-byte characters, if Vim's errorformat is used to parse mult-line messages. See here for the bug description.
This causes problems with Vim plugins, e.g. the compiler vlty for vimtex, if the LaTeX text contains many multi-byte characters, as in Russian texts with cyrillic letters. See here for an example.

Even if the Vim issue is fixed, it will take some time for the fix to be incorporated into Linux distributions. We therefore should provide a single-line format for option --output, for instance

  • --output sl-1: include file name, line, column, LT'serror message text
  • --output sl-2: as sl-1, but append LT's replacement suggestions

This option should be used in editors/vlty.py and editors/ltyc.py.

@matze-dd
Copy link
Collaborator Author

The Vim issue has been fixed in patch 8.2.1871.

@torik42 torik42 added the wontfix This will not be worked on label Aug 21, 2022
@torik42
Copy link
Owner

torik42 commented Oct 25, 2022

Being fixed in vim two years ago I close this issue.

@torik42 torik42 closed this as completed Oct 25, 2022
@torik42 torik42 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants