]> git.lizzy.rs Git - micro.git/commit
Add buffer.WordAt (#2070)
authorDmitry Maluka <dmitrymaluka@gmail.com>
Wed, 7 Apr 2021 20:20:39 +0000 (22:20 +0200)
committerGitHub <noreply@github.com>
Wed, 7 Apr 2021 20:20:39 +0000 (16:20 -0400)
commit1f73f8587c6b968393f884832c9bee352d7cb30d
tree201a5b306eab24ebaf3be85948046df8c7a06cfc
parentc5798b5b8cef385f9f34f256239c855e3db94253
Add buffer.WordAt (#2070)

Add buffer.WordAt function returning the word around a given location
in the buffer. Useful for plugins.
internal/buffer/buffer.go