F
F
See limetext/lime#300. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/33648128-implement-tab-width-and-the-draw_white_space-setting?utm_campaign=plugin&utm_content=tracker%2F15716642&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F15716642&utm_medium=issues&utm_source=github).
We need a command in the Makefile that finds and copies `sublime_plugin.py` from the vendored `sublime` package. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/33830851-add-a-build-step-to-retrieve-the-latest-sublime_plugin-py?utm_campaign=plugin&utm_content=tracker%2F15719444&utm_medium=issues&utm_source=github)** We...
`:en` is English for both `standard_locale_name` and `native_locale_name`, and so makes for a poor test candidate for differentiating between them.
Fixes #20249 To quote @AlistairDavidson on that issue: > It's uncomfortable, when writing in Scots, to have it labelled as English. Also it is an official language in Northern Ireland...
ENABLE_STARTTLS is designed to replace ENABLE_STARTTLS_AUTO by accepting three values: 'auto' (the default), 'always', and 'never'. If ENABLE_STARTTLS isn't provided, we fall back to ENABLE_STARTTLS_AUTO. In this way, this change...
"Boost" is the terminology generally used across the service, so it makes sense to match it in the privacy policy. Relates to #19829
Fixes #20417
Screen readers identify and announce images without labels as "image" or similar, which conveys very little meaning without any alt text. Font Awesome icons are identified by a label that...
Running VAlign on `===` created `== =`, which break the syntax (valid in JavaScript).