Module func

Source
Available on crate feature vim only.
Expand description

Corresponds to vim.fn

Enums§

GetLineResult
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§

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