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

[PATCH] Fix errors in syntax definitions #4286

Closed
mc-butler opened this issue Sep 4, 2021 · 6 comments
Closed

[PATCH] Fix errors in syntax definitions #4286

mc-butler opened this issue Sep 4, 2021 · 6 comments
Assignees
Labels
area: mcedit mcedit, the built-in text editor prio: low Minor problem or easily worked around
Milestone

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/4286
Reporter mstilkerich (ms@….de)

There is a couple of errors in the syntax files shipped with mc, that this patch fixes.

  • use of "grey" instead of "gray" (same for lightgray)
  • use of space in keywords
  • typos

Note

Original attachments:

@mc-butler
Copy link
Author

Changed by mstilkerich (ms@….de) on Sep 4, 2021 at 9:32 UTC

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Sep 4, 2021 at 15:29 UTC (comment 1)

  • Status changed from new to accepted
  • Type changed from enhancement to defect
  • Owner set to andrew_b
  • Milestone changed from Future Releases to 4.8.28

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Sep 4, 2021 at 15:34 UTC (comment 2)

  • Branch state changed from no branch to merged
  • Status changed from accepted to testing
  • Votes set to andrew_b
  • Resolution set to fixed

Thanks!

Applied as [4973eb0].

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Sep 4, 2021 at 15:35 UTC (comment 3)

  • Status changed from testing to closed

@mc-butler
Copy link
Author

Changed by cieply (worker@….pl) on Nov 27, 2022 at 23:12 UTC (comment 4)

In opinion of linguists - gray of grey, that's the same word and both spellings are correct.

@mc-butler
Copy link
Author

Changed by mstilkerich (ms@….de) on Nov 28, 2022 at 5:49 UTC (comment 5)

Unfortunately computers are no linguists.

{"gray", COLOR_BLACK + COLOR_INTENSITY},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: mcedit mcedit, the built-in text editor prio: low Minor problem or easily worked around
Development

No branches or pull requests

2 participants