@elextr commented on this pull request.
``%Y`` The Scintilla style number at the caret position. This is
useful if you're debugging color schemes or related code. ============ ===========================================================
+Every placeholder may also specify width, e. g. ``%3l``. Width is the minimum +number of characters to be shown. If the value is shorter than width, the +result is left-padded with spaces, or right-padded in case of negative width. +The value is not truncated even if the result is larger. +
Document limit of +/- 100