Error message prefix: Prefix the message, not the context

Fixes #3649
This commit is contained in:
Andreas Nordal
2017-03-26 14:38:59 +02:00
committed by Kurtis Rader
parent 89efa9a8b1
commit 08d42a0507
11 changed files with 99 additions and 68 deletions

View File

@@ -1,3 +1,3 @@
No matches for wildcard '*ee*'. (Tip: empty matches are allowed in 'set', 'count', 'for'.)
fish: case *ee*
^
fish: No matches for wildcard '*ee*'. See `help expand`.
case *ee*
^