]> git.lizzy.rs Git - micro.git/commit
Add the text member back.
authorZachary Yedidia <zyedidia@gmail.com>
Fri, 6 May 2016 23:15:10 +0000 (19:15 -0400)
committerZachary Yedidia <zyedidia@gmail.com>
Fri, 6 May 2016 23:15:10 +0000 (19:15 -0400)
commit8670a0397348d03e4800b33b5e7be9ad1b5c2b47
tree4a2222157a71708e943a272774b3cf6ec49cfe35
parentaeff0f8170f6bde5c45b8cb6c7e9bf0dc81ae742
Add the text member back.

It seems rope.Report is not acting how I expected it to. I need to look
into this in more detail but for now I am adding the Text variable back
to the Buffer.

Fixes #98
cmd/micro/buffer.go
cmd/micro/command.go
cmd/micro/cursor.go
cmd/micro/search.go