From 0e8a8a7c8023e05792b8b1d32ddbe7bcf2ea3549 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 1 Mar 2016 20:22:21 +0100 Subject: 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 --- doc_src/abbr.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc_src') 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 -- cgit v1.2.3