Skip to content

Commit a3ca054

Browse files
committed
buffer: Uncomment InitRuntimeFiles(false) in the buffer_test.go
...since we fixed the race between the syntax highlighting and the buffer editing.
1 parent b6dcbfa commit a3ca054

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internal/buffer/buffer_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ type operation struct {
2020

2121
func init() {
2222
ulua.L = lua.NewState()
23-
// TODO: uncomment InitRuntimeFiles once we fix races between syntax
24-
// highlighting and buffer editing.
25-
// config.InitRuntimeFiles(false)
23+
config.InitRuntimeFiles(false)
2624
config.InitGlobalSettings()
2725
config.GlobalSettings["backup"] = false
2826
config.GlobalSettings["fastdirty"] = true

0 commit comments

Comments
 (0)