refactoring in playground, use zip file for web

This commit is contained in:
2024-12-08 20:19:55 -08:00
parent 0f5a909cce
commit d6aaaaabf1
47 changed files with 1932 additions and 88 deletions

View File

@@ -1,4 +1,10 @@
let current_compiler = 'newt'
let current_compiler = 'newt'
if exists(":CompilerSet") != 2
command -nargs=* CompilerSet setlocal <args>
endif
CompilerSet makeprg=newt
" doesn't work
CompilerSet errorformat='ERROR at (%l, %c)'
CompilerSet errorformat=ERROR\ at\ (%l,\ %c)