buffer: Uncomment InitRuntimeFiles(false) in the buffer_test.go

...since we fixed the race between the syntax highlighting and the buffer
editing.
This commit is contained in:
Jöran Karl 2024-04-05 11:26:16 +02:00
parent b6dcbfa846
commit a3ca054371

View File

@ -20,9 +20,7 @@ type operation struct {
func init() {
ulua.L = lua.NewState()
// TODO: uncomment InitRuntimeFiles once we fix races between syntax
// highlighting and buffer editing.
// config.InitRuntimeFiles(false)
config.InitRuntimeFiles(false)
config.InitGlobalSettings()
config.GlobalSettings["backup"] = false
config.GlobalSettings["fastdirty"] = true