mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:26:33 +08:00
docs/abbr: Just explain right out that uvars don't work anymore
This commit is contained in:
parent
a322e3f180
commit
8203fdf631
|
@ -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
|
||||
--------------------
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user