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