add ui:set_folding_flag

This commit is contained in:
Evgeny
2021-08-03 13:36:53 +03:00
parent 6e99535b9e
commit 8a74f34102
3 changed files with 12 additions and 0 deletions

4
auto-folding-test.lua Normal file
View File

@@ -0,0 +1,4 @@
function on_resume()
ui:set_folding_flag(true)
ui:show_lines({"First line", "Second line", "Third line"})
end