We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d55af2 commit c1e6b23Copy full SHA for c1e6b23
argcomplete/packages/_shlex.py
@@ -36,7 +36,7 @@ def __init__(self, instream=None, infile=None, posix=False, punctuation_chars=Fa
36
else:
37
self.eof = ''
38
self.commenters = '#'
39
- self.wordchars = 'abcdfeghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_'
+ self.wordchars = 'abcdfeghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_'
40
# Modified by argcomplete: 2/3 compatibility
41
# if self.posix:
42
# self.wordchars += ('ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ'
0 commit comments