diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-08-10 12:47:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 12:47:38 +0800 |
commit | 512e0441f1c92727efed69cb01f7bbee16777c2c (patch) | |
tree | 1d1cd04d06a4addebed1a7bc125ddc9e0a54c91d /runtime/doc/autocmd.txt | |
parent | bebfbfab3bca1808678bb196904b7570d6806458 (diff) | |
download | rneovim-512e0441f1c92727efed69cb01f7bbee16777c2c.tar.gz rneovim-512e0441f1c92727efed69cb01f7bbee16777c2c.tar.bz2 rneovim-512e0441f1c92727efed69cb01f7bbee16777c2c.zip |
docs: fix some mistakes and missing docs (#19699)
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 59e5c078a3..63226fe701 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -441,8 +441,8 @@ CompleteChanged *CompleteChanged* Non-recursive (event cannot trigger itself). Cannot change the text. |textlock| - The size and position of the popup are also - available by calling |pum_getpos()|. + The size and position of the popup are also + available by calling |pum_getpos()|. *CompleteDonePre* CompleteDonePre After Insert mode completion is done. Either |