diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-06-19 14:40:53 +0200 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2023-06-19 14:43:36 +0200 |
commit | 0d149bb186390c3e40fb693050d0c30cddc8c7c5 (patch) | |
tree | 0f1ad54ef1342a3ac7d9482ed6f325cc75e573f3 /runtime | |
parent | dcf8a71b85d248a76f013afb67ff54c42697e6c1 (diff) | |
download | rneovim-0d149bb186390c3e40fb693050d0c30cddc8c7c5.tar.gz rneovim-0d149bb186390c3e40fb693050d0c30cddc8c7c5.tar.bz2 rneovim-0d149bb186390c3e40fb693050d0c30cddc8c7c5.zip |
fix(docs): the runtimepath is not the runtime path
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index fe3f763648..1727b571ca 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -1133,7 +1133,7 @@ nvim_list_chans() *nvim_list_chans()* specified at |nvim_get_chan_info()|. nvim_list_runtime_paths() *nvim_list_runtime_paths()* - Gets the paths contained in 'runtimepath'. + Gets the paths contained in |runtime-search-path|. Return: ~ List of paths |