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_stringorinto_table
Functions
- Corresponds to
vim.fn.foldclosed - Corresponds to
vim.fn.foldclosedend - Gets the
vim.fntable - Corresponds to
vim.fn.getline - Corresponds to
vim.fn.indent - Corresponds to
vim.fn.line - Corresponds to
vim.fn.setline - Corresponds to
vim.fn.shiftwidth - Corresponds to
vim.fn.stdpath - Corresponds to
vim.fn.tmpname