diff --git a/init.lua b/init.lua index ea2696d..563e2c4 100644 --- a/init.lua +++ b/init.lua @@ -819,7 +819,7 @@ local function is_fav(favs, query_item) end local function weird_desc(str) - return not true_str(str) or find(str, "[\\]*") or not find(str, "%u") + return not true_str(str) or find(str, "\n") or not find(str, "%u") end local function toupper(str)