diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-15 01:34:03 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-15 01:34:03 -0400 |
| commit | a94a3d7478aa046ab09a625ae38ce795ae7e0702 (patch) | |
| tree | c9fa7729ac5fa4e27074d99c3f80876d110fabb4 | |
| parent | 9bdde1b84a9aa06b3a8d2211b79dc9d2a3626551 (diff) | |
| download | cmd2-git-a94a3d7478aa046ab09a625ae38ce795ae7e0702.tar.gz | |
Comment update
| -rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2096,7 +2096,7 @@ class Cmd(cmd.Cmd): common_prefix = os.path.commonprefix(self.completion_matches) if matches_delimited: - # Check if any of the display matches are part of the tab completion text + # Check if any portion of the display matches appears in the tab completion display_prefix = os.path.commonprefix(self.display_matches) # For delimited matches, we check what appears before the display |
