docs/abbr: Just explain right out that uvars don't work anymore

This commit is contained in:
Fabian Boehm 2023-01-14 14:19:46 +01:00
parent a322e3f180
commit 8203fdf631
2 changed files with 6 additions and 5 deletions

View File

@ -32,9 +32,10 @@ An abbreviation may match a literal word, or it may match a pattern given by a r
Combining these features, it is possible to create custom syntaxes, where a regular expression recognizes matching tokens, and the expansion function interprets them. See the `Examples`_ section.
Abbreviations may be added to :ref:`config.fish <configuration>`.
.. versionchanged:: 3.6.0
Previous versions of this allowed saving abbreviations in universal variables.
That's no longer possible. Existing variables will still be imported and ``abbr --erase`` will also erase the variables.
We recommend adding abbreviations to :ref:`config.fish <configuration>` by just adding the ``abbr --add`` command.
"add" subcommand
--------------------

View File

@ -169,7 +169,7 @@ div.warning {
border: 1px solid #f66;
}
div.admonition {
div.admonition, div.versionchanged {
padding: 7px;
}
@ -177,7 +177,7 @@ p.admonition-title::after {
content: ":";
}
p.admonition-title {
p.admonition-title, span.versionmodified {
display: inline;
font-weight: bold;
}