mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-11 23:22:41 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user