Skip to content

Commit

Permalink
buffer: Uncomment InitRuntimeFiles(false) in the buffer_test.go
Browse files Browse the repository at this point in the history
...since we fixed the race between the syntax highlighting and the buffer
editing.
  • Loading branch information
JoeKar committed Apr 5, 2024
1 parent b6dcbfa commit a3ca054
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/buffer/buffer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3ca054

Please sign in to comment.