Missing parentheses.
This commit is contained in:
parent
24669293c7
commit
5b8c08e93a
|
@ -9,7 +9,7 @@ local fullscreen = false
|
||||||
|
|
||||||
local function suggest_directory(text)
|
local function suggest_directory(text)
|
||||||
text = common.home_expand(text)
|
text = common.home_expand(text)
|
||||||
return common.home_encode_list(text == "" or text == common.home_expand(common.dirname(core.project_dir))
|
return common.home_encode_list((text == "" or text == common.home_expand(common.dirname(core.project_dir)))
|
||||||
and core.recent_projects or common.dir_path_suggest(text))
|
and core.recent_projects or common.dir_path_suggest(text))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue