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
orinto_table
Functions
- Corresponds to
vim.fn.foldclosed
- Corresponds to
vim.fn.foldclosedend
- Gets the
vim.fn
table - 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