From 4b55c0f40c21a6e57fc8e71515c3f39df6a30f67 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 20 Dec 2017 05:30:28 +0000 Subject: 42146: type -w += global aliases Follow-up to 36403, which did the same for suffix aliases. --- Test/A02alias.ztst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Test') diff --git a/Test/A02alias.ztst b/Test/A02alias.ztst index e68e93e0d..99f7aae26 100644 --- a/Test/A02alias.ztst +++ b/Test/A02alias.ztst @@ -137,3 +137,14 @@ thisworks) 0:NO_ALIAS_FUNC_DEF works if the alias is a complete definition >That worked + + type \bar + type -w \bar + type \\bar + type -w \\bar +0:type -w of alias -g +>bar is a global alias for echo +>bar: global alias +>\bar is an alias for echo +>\bar: alias + -- cgit 1.4.1