Available on crate feature
vim only.Expand description
Corresponds to vim.fn
Enums§
- GetLine
Result - 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§
- foldclosed
- Corresponds to
vim.fn.foldclosed - foldclosedend
- Corresponds to
vim.fn.foldclosedend - get
- Gets the
vim.fntable - getcwd
- Corresponds to
vim.fn.getcwd - getline
- Corresponds to
vim.fn.getline - indent
- Corresponds to
vim.fn.indent - line
- Corresponds to
vim.fn.line - mode
- Corresponds to
vim.fn.mode - setline
- Corresponds to
vim.fn.setline - shiftwidth
- Corresponds to
vim.fn.shiftwidth - stdpath
- Corresponds to
vim.fn.stdpath - tmpname
- Corresponds to
vim.fn.tmpname