mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 19:31:14 -03:00
mention nullglob exceptions in failglob error msg
This commit is contained in:
committed by
Kurtis Rader
parent
24d6f6d066
commit
63a851cfd6
@@ -209,7 +209,7 @@ void parse_error_offset_source_start(parse_error_list_t *errors, size_t amt);
|
||||
#define ILLEGAL_FD_ERR_MSG _(L"Illegal file descriptor in redirection '%ls'")
|
||||
|
||||
/// Error message for wildcards with no matches.
|
||||
#define WILDCARD_ERR_MSG _(L"No matches for wildcard '%ls'.")
|
||||
#define WILDCARD_ERR_MSG _(L"No matches for wildcard '%ls'. (Tip: empty matches are allowed in 'set', 'count', 'for'.)")
|
||||
|
||||
/// Error when using break outside of loop.
|
||||
#define INVALID_BREAK_ERR_MSG _(L"'break' while not inside of loop")
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
No matches for wildcard '*ee*'.
|
||||
No matches for wildcard '*ee*'. (Tip: empty matches are allowed in 'set', 'count', 'for'.)
|
||||
fish: case *ee*
|
||||
^
|
||||
|
||||
Reference in New Issue
Block a user