goto "vi:<drop>" and refresh list, the list become empty.the paper folder with explicit save only keeps dropped items after Refresh
so why is the difference between them
goto "vi:<drop>" and refresh list, the list become empty.goto "vi:<drop>"; ... interesting usage! Code: Select all
end !"<drop>";
if not regexmatches(get("tabs", "<crlf>"), "^vi:\<drop\>$") {tab("new", "vi:<drop>")}
goto "vi:<drop>", 1;#250