mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:57:30 +08:00
Silence warning when building sphinx documentation
[100%] Building HTML documentation with Sphinx [100%] Building man pages with Sphinx ../CHANGELOG.rst:13: ERROR: Unexpected indentation. ../CHANGELOG.rst:15: WARNING: Block quote ends without a blank line; unexpected unindent. ../CHANGELOG.rst:13: ERROR: Unexpected indentation. ../CHANGELOG.rst:15: WARNING: Block quote ends without a blank line; unexpected unindent.
This commit is contained in:
parent
939ce10616
commit
148b54ca19
|
@ -9,6 +9,7 @@ Deprecations and removed features
|
|||
- The ``stderr-nocaret`` feature flag, introduced in fish 3.0 and enabled by default in fish 3.1, has been made read-only.
|
||||
That means it is no longer possible to disable it, and code supporting the ``^`` redirection has been removed (:issue:`8857`, :issue:`8865`).
|
||||
- The following feature flags have been enabled by default:
|
||||
|
||||
- ``regex-easyesc``, which makes ``string replace -r`` not do a superfluous round of unescaping in the replacement expression.
|
||||
That means e.g. to escape any "a" or "b" in an argument you can use ``string replace -ra '([ab])' '\\\\$1' foobar`` instead of needing 8 backslashes.
|
||||
This flag was introduced in fish 3.1.
|
||||
|
|
Loading…
Reference in New Issue
Block a user