aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2021-06-13 00:52:30 +0200
committerGitHub <noreply@github.com>2021-06-13 00:52:30 +0200
commit9c7132cda4cf35156397935ac00d1127f8920cdf (patch)
tree61801c2046b48a04562db93e7b19721134edabfd /runtime
parent12d8ff7ccdad4d5873347e8d318a47ac552941d7 (diff)
parentcdbc733ec4302c6cc4269c99b725b32595a01c20 (diff)
downloadrneovim-9c7132cda4cf35156397935ac00d1127f8920cdf.tar.gz
rneovim-9c7132cda4cf35156397935ac00d1127f8920cdf.tar.bz2
rneovim-9c7132cda4cf35156397935ac00d1127f8920cdf.zip
Merge pull request #14788 from shadmansaleh/fix/lua_runtime1
fixup(runtime): Fix lua runtime files not listed in :scriptnames
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/autocmd.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index bf94383ec4..9ee1954514 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -831,16 +831,16 @@ ShellFilterPost After executing a shell command with
":{range}!cmd", ":w !cmd" or ":r !cmd".
Can be used to check for any changed files.
*SourcePre*
-SourcePre Before sourcing a Vim script. |:source|
+SourcePre Before sourcing a vim/lua file. |:source|
<afile> is the name of the file being sourced.
*SourcePost*
-SourcePost After sourcing a Vim script. |:source|
+SourcePost After sourcing a vim/lua file. |:source|
<afile> is the name of the file being sourced.
Not triggered when sourcing was interrupted.
Also triggered after a SourceCmd autocommand
was triggered.
*SourceCmd*
-SourceCmd When sourcing a Vim script. |:source|
+SourceCmd When sourcing a vim/lua file. |:source|
<afile> is the name of the file being sourced.
The autocommand must source this file.
|Cmd-event|