mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
attempt to fix completion of weird directory names
This commit is contained in:
parent
00ce1696a7
commit
e1ee172437
2
autojump
2
autojump
@ -224,7 +224,7 @@ def shell_utility():
|
|||||||
if not completion and clean_dict(dirs, path_dict):
|
if not completion and clean_dict(dirs, path_dict):
|
||||||
save(path_dict, dic_file)
|
save(path_dict, dic_file)
|
||||||
|
|
||||||
if completion and ('--bash', '') in optlist: quotes = '"'
|
if completion and ('--bash', '') in optlist: quotes = "'"
|
||||||
else: quotes = ""
|
else: quotes = ""
|
||||||
|
|
||||||
if userchoice != -1:
|
if userchoice != -1:
|
||||||
|
Loading…
Reference in New Issue
Block a user