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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user