pub fn get_mark(
name: char,
opts: &GetMarkOpts,
) -> Result<(usize, usize, Buffer, String), Error>Expand description
Binding to nvim_get_mark().
Returns a tuple (row, col, buffer, buffername) representing the position
of the named mark. Marks are (1,0)-indexed.