From a0764ef3d2b9dcf6933a6982ab2d64576db74427 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 7 Jan 2021 15:44:01 +0800 Subject: [PATCH] docs: note limits on parameter expansion from #7226 introduced in 594a6a3 --- doc_src/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc_src/index.rst b/doc_src/index.rst index 23d38b3e3..7c582cf6e 100644 --- a/doc_src/index.rst +++ b/doc_src/index.rst @@ -490,6 +490,7 @@ When fish is given a commandline, it expands the parameters before sending them - :ref:`Brace expansion `, to write lists with common pre- or suffixes in a shorter way - :ref:`Tilde expansion `, to turn the ``~`` at the beginning of paths into the path to the home directory +Parameter expansion is limited to 524288 items. .. _expand-wildcard: