cornelis-0.2.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Plugin

Synopsis

Documentation

notifyEdit Source #

Arguments

:: Text

the string "bytes"

-> BufferNum

buffer handle

-> Bool

b:changedtick

-> Int

start row of the changed text (zero-indexed)

-> Int

start column of the changed text

-> Int

byte offset of the changed text (from the start of the buffer)

-> Int

old end row of the changed text (relative to the start row)

-> Int

old end column of the changed text

-> Int

old end byte length of the changed text

-> Int

new end row of the changed text (relative to the start row)

-> Int

new end column of the changed text

-> Int

new end byte length of the changed text

-> Neovim CornelisEnv Bool

Return True to detach

The on_bytes callback required by nvim_buf_attach.