diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-15 01:38:13 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-15 01:38:13 -0400 |
commit | ef99976350b423315cd5a49a16b4000551302d09 (patch) | |
tree | fe92db7485afd7e7c56964412577853c1655dc0a /cmd2.py | |
parent | a94a3d7478aa046ab09a625ae38ce795ae7e0702 (diff) | |
download | cmd2-git-ef99976350b423315cd5a49a16b4000551302d09.tar.gz |
Comment change
Diffstat (limited to 'cmd2.py')
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2082,7 +2082,7 @@ class Cmd(cmd.Cmd): else: matches_delimited = False - # Since self.display_matches is empty, then set it to self.completion_matches + # Since self.display_matches is empty, set it to self.completion_matches # before we alter them. That way the suggestions will reflect how we parsed # the token being completed and not how readline did. self.display_matches = copy.copy(self.completion_matches) |