pub type OnChangedtickArgs = (String, Buffer, u32);Expand description
Arguments passed to the callback registered to
on_changedtick. The first tuple
element is the string literal "changedtick", the second is the Buffer
that triggered the callback and the third is current value of the
buffer-local
b:changedtick
variable.