aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2023-01-27 11:24:20 +0000
committerGitHub <noreply@github.com>2023-01-27 11:24:20 +0000
commitaec4b476c5689f032103ab3e0ca068fc2af8bbba (patch)
treee1832685689e230536720fd4659fdb0e162c1c67 /runtime
parent82fb6ce4874428f05ea5a4b81f91672f849bba0f (diff)
downloadrneovim-aec4b476c5689f032103ab3e0ca068fc2af8bbba.tar.gz
rneovim-aec4b476c5689f032103ab3e0ca068fc2af8bbba.tar.bz2
rneovim-aec4b476c5689f032103ab3e0ca068fc2af8bbba.zip
docs(api): tweak data arg for nvim_create_autocmd (#22008)
Fixes #21964
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index 0e1cc3c28c..95a929b808 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -3281,7 +3281,7 @@ nvim_create_autocmd({event}, {*opts}) *nvim_create_autocmd()*
• match: (string) expanded value of |<amatch>|
• buf: (number) expanded value of |<abuf>|
• file: (string) expanded value of |<afile>|
- • data: (any) arbitrary data passed to
+ • data: (any) arbitrary data passed from
|nvim_exec_autocmds()|
• command (string) optional: Vim command to execute on event.