diff options
author | ZyX <kp-pav@yandex.ru> | 2017-05-23 00:46:57 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-05-25 16:27:40 +0300 |
commit | 97602371e6b00f280ede5e3f6b0e0c1144f46c72 (patch) | |
tree | 669833472c79750f8a590b766f0890b344a1f611 /runtime/doc/vim_diff.txt | |
parent | a5a5c83608e6d4455ac40e8786fd16eaf817c608 (diff) | |
download | rneovim-97602371e6b00f280ede5e3f6b0e0c1144f46c72.tar.gz rneovim-97602371e6b00f280ede5e3f6b0e0c1144f46c72.tar.bz2 rneovim-97602371e6b00f280ede5e3f6b0e0c1144f46c72.zip |
lua: Add paths from &runtimepath to package.path and package.cpath
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 8851ef2d4b..24410ddaac 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -244,6 +244,8 @@ Lua interface (|if_lua.txt|): while calling lua chunk: [string "<VimL compiled string>"]:1: TEST” in Neovim. - Lua has direct access to Nvim |API| via `vim.api`. +- Lua package.path and package.cpath are automatically updated according to + 'runtimepath': |lua-require|. - Currently, most legacy Vim features are missing. |input()| and |inputdialog()| gained support for each other’s features (return |