From b6971fb9d518da673de1943e9e47dffe1acaf4b4 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Mon, 17 Feb 2020 12:12:55 -0500 Subject: Only tab complete after redirection tokens if redirection is allowed --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d662cf3..cb328f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * Setting the following pyscript variables: * `__name__`: __main__ * `__file__`: script path (as typed, ~ will be expanded) + * Only tab complete after redirection tokens if redirection is allowed * Other * Removed undocumented `py run` command since it was replaced by `run_pyscript` a while ago -- cgit v1.2.1