Module nvim_utils::vim::func

source ·
Available on crate feature vim only.
Expand description

Corresponds to vim.fn

Enums

  • The result of a GetLine call, either a string or a table (array) of strings Can be used with match, or if you know the type you can use into_string or into_table

Functions