diff options
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index be187f842a..f9926bfb53 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -466,7 +466,7 @@ Lua interface (|lua.txt|): < whereas Vim emits only "TEST". - Lua has direct access to Nvim |API| via `vim.api`. - Lua package.path and package.cpath are automatically updated according to - 'runtimepath': |lua-require|. + 'runtimepath'. |lua-module-load| Commands: |:doautocmd| does not warn about "No matching autocommands". |