mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
docs(api): nvim_get_runtime_file preserves 'runtimepath' order #30454
This commit is contained in:

committed by
GitHub

parent
e697c1b43d
commit
29bceb4f75
@@ -573,10 +573,10 @@ typedef struct {
|
||||
Arena *arena;
|
||||
} RuntimeCookie;
|
||||
|
||||
/// Find files in runtime directories
|
||||
/// Finds files in runtime directories, in 'runtimepath' order.
|
||||
///
|
||||
/// "name" can contain wildcards. For example
|
||||
/// nvim_get_runtime_file("colors/*.vim", true) will return all color
|
||||
/// `nvim_get_runtime_file("colors/*.{vim,lua}", true)` will return all color
|
||||
/// scheme files. Always use forward slashes (/) in the search pattern for
|
||||
/// subdirectories regardless of platform.
|
||||
///
|
||||
|
Reference in New Issue
Block a user