pub fn get_runtime_file(
name: impl AsRef<Path>,
get_all: bool,
) -> Result<impl SuperIterator<PathBuf>, Error>
Expand description
Binding to nvim_get_runtime_file
.
Returns an iterator over all the files matching name
in the runtime path.