static L versionsOfSnippet(S snippetID) { L l = ll(loadSnippet(snippetID)); for (SnippetVersion v : versionsOfSnippetWithText()) if (eq(v.change, "sn_text changed")) l.add(v.previousValue); ret l; }