]> git.lizzy.rs Git - micro.git/commit
Fix buffer.RuneAt (#1895)
authorDmitry Maluka <dmitrymaluka@gmail.com>
Tue, 20 Oct 2020 00:36:14 +0000 (02:36 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 00:36:14 +0000 (20:36 -0400)
commit298fa40f9021a28bdfbef108fa4365480038fe99
treec8638d5c402fae9ef74cd34f42c01c2ba6515db9
parent23162f7a344c661936d6ca804ac38650b3688be6
Fix buffer.RuneAt (#1895)

Fix buffer.RuneAt returning the rune not at the given location (as the
documentation claims) but just before it.
internal/buffer/autocomplete.go
internal/buffer/buffer.go
internal/buffer/save.go