Skip to content

Commit 62d8c23

Browse files
committed
Merge branch 'master' into help_categories
2 parents ef23633 + b6935b7 commit 62d8c23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd2.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,13 +1354,13 @@ def tokens_for_completion(self, line, begidx, endidx):
13541354
raw_tokens.append(cur_initial_token)
13551355
continue
13561356

1357-
# Keep track of the current token we are building
1358-
cur_raw_token = ''
1359-
13601357
# Iterate over each character in this token
13611358
cur_index = 0
13621359
cur_char = cur_initial_token[cur_index]
13631360

1361+
# Keep track of the token we are building
1362+
cur_raw_token = ''
1363+
13641364
while True:
13651365
if cur_char not in REDIRECTION_CHARS:
13661366

0 commit comments

Comments
 (0)