summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-17 12:30:01 -0500
committerGitHub <noreply@github.com>2020-02-17 12:30:01 -0500
commit2221e08e996a34660125536e3fc34eb231b3b060 (patch)
treec311eb89aa27326f4948d5eac7577d8892ed4852 /CHANGELOG.md
parent729e152c525bc30d36f130f8dc8442aeb00d1de8 (diff)
parentb6971fb9d518da673de1943e9e47dffe1acaf4b4 (diff)
downloadcmd2-git-2221e08e996a34660125536e3fc34eb231b3b060.tar.gz
Merge pull request #890 from python-cmd2/complete_redirection
Only tab complete after redirection tokens if redirection is allowed
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
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