aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2016-03-01 20:22:21 +0100
committerGravatar Kurtis Rader <krader@skepticism.us>2016-03-02 10:59:12 -0800
commit0e8a8a7c8023e05792b8b1d32ddbe7bcf2ea3549 (patch)
treefe2e30f064215b870a9367575046bfc919c8e11b /doc_src
parentfbd53f2da1af69058b16320265364257a11571df (diff)
Migrate abbrs from =-separated to space-separated
We silently upgrade existing abbreviations and change the separator when saving. This does not yet warn when the user is using the old syntax. Resolves #2051
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/abbr.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc_src/abbr.txt b/doc_src/abbr.txt
index a4e709d0..9e7ebf66 100644
--- a/doc_src/abbr.txt
+++ b/doc_src/abbr.txt
@@ -2,7 +2,7 @@
\subsection abbr-synopsis Synopsis
\fish{synopsis}
-abbr -a word="phrase"
+abbr -a word phrase...
abbr -s
abbr -l
abbr -e word
@@ -26,6 +26,8 @@ The following parameters are available:
- `-e WORD` or `--erase WORD` Erase the abbreviation WORD.
+Note: fish version 2.1 supported `-a WORD=PHRASE`. This syntax is now deprecated but will still be converted.
+
\subsection abbr-example Examples
\fish