attempt to fix completion of weird directory names

pull/53/merge release-v17
Joël Schaerer 13 years ago
parent 00ce1696a7
commit e1ee172437

@ -224,7 +224,7 @@ def shell_utility():
if not completion and clean_dict(dirs, path_dict):
save(path_dict, dic_file)
if completion and ('--bash', '') in optlist: quotes = '"'
if completion and ('--bash', '') in optlist: quotes = "'"
else: quotes = ""
if userchoice != -1:

Loading…
Cancel
Save