aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-05-23 00:46:57 +0300
committerZyX <kp-pav@yandex.ru>2017-05-25 16:27:40 +0300
commit97602371e6b00f280ede5e3f6b0e0c1144f46c72 (patch)
tree669833472c79750f8a590b766f0890b344a1f611 /runtime/doc/vim_diff.txt
parenta5a5c83608e6d4455ac40e8786fd16eaf817c608 (diff)
downloadrneovim-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.txt2
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