implement 'format-separator' option (#2737)

a global option, that servers as a workaround for shortcomings due to
lack of a proper format string parser
This commit is contained in:
Mike Fährmann
2022-07-10 13:30:45 +02:00
parent 117eeefda0
commit 74865adae5
4 changed files with 47 additions and 6 deletions

View File

@@ -3710,6 +3710,20 @@ Description
this cache.
format-separator
----------------
Type
``string``
Default
``"/"``
Description
Character(s) used as argument separator in format string
`format specifiers <formatting.md#format-specifiers>`__.
For example, setting this option to ``"#"`` would allow a replacement
operation to be ``Rold#new#`` instead of the default ``Rold/new/``
signals-ignore
--------------
Type