RMJWZNWEUBCMCSB6D77IZHHBKSEKU66RJPOV6773GGHBATNF42IQC local success, errmsg = love.filesystem.append(outfilename, '...'..snippet..'...\n\n')if not success then error(errmsg) end
while index dolocal snippet = contents:sub(math.max(1, index-100), math.min(#contents, index+100))local success, errmsg = love.filesystem.append(outfilename, '...'..snippet..'...\n\n')if not success then error(errmsg) endindex = contents:find(Display_settings.search_all_term, index+1, --[[literal pattern]] true)end