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
01179b86f4
commit
3b2276bdb9
2
autojump
2
autojump
@ -223,7 +223,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