docs: note limits on parameter expansion from #7226

introduced in 594a6a3
This commit is contained in:
David Adam 2021-01-07 15:44:01 +08:00
parent aaaf74cd5b
commit a0764ef3d2

View file

@ -490,6 +490,7 @@ When fish is given a commandline, it expands the parameters before sending them
- :ref:`Brace expansion <expand-brace>`, to write lists with common pre- or suffixes in a shorter way
- :ref:`Tilde expansion <expand-home>`, to turn the ``~`` at the beginning of paths into the path to the home directory
Parameter expansion is limited to 524288 items.
.. _expand-wildcard: