mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 21:37:09 +09:00
Replace rope with lineArray
This commit is contained in:
@@ -210,7 +210,7 @@ func main() {
|
||||
// Load the help files
|
||||
LoadHelp()
|
||||
|
||||
buf := NewBuffer(string(input), filename)
|
||||
buf := NewBuffer(input, filename)
|
||||
|
||||
InitScreen()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user