We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InitRuntimeFiles(false)
1 parent b6dcbfa commit a3ca054Copy full SHA for a3ca054
internal/buffer/buffer_test.go
@@ -20,9 +20,7 @@ type operation struct {
20
21
func init() {
22
ulua.L = lua.NewState()
23
- // TODO: uncomment InitRuntimeFiles once we fix races between syntax
24
- // highlighting and buffer editing.
25
- // config.InitRuntimeFiles(false)
+ config.InitRuntimeFiles(false)
26
config.InitGlobalSettings()
27
config.GlobalSettings["backup"] = false
28
config.GlobalSettings["fastdirty"] = true
0 commit comments