aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-08-07 12:18:40 +0200
committerGitHub <noreply@github.com>2021-08-07 12:18:40 +0200
commitc9131ef9b5973f4e10b1bd2b9fc1f9764cced44d (patch)
tree4278e726b1898b7122b0afe16a9db4dbe8fadd9f
parentfaa30079275acdf7e1a798498e531c7194a52a17 (diff)
downloadrneovim-c9131ef9b5973f4e10b1bd2b9fc1f9764cced44d.tar.gz
rneovim-c9131ef9b5973f4e10b1bd2b9fc1f9764cced44d.tar.bz2
rneovim-c9131ef9b5973f4e10b1bd2b9fc1f9764cced44d.zip
docs: fix paragraph for BufEnter in the documentation (#15301)
-rw-r--r--runtime/doc/autocmd.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 9ee1954514..87c2e11a1e 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -232,7 +232,7 @@ BufDelete Before deleting a buffer from the buffer list.
*BufEnter*
BufEnter After entering a buffer. Useful for setting
options for a file type. Also executed when
- starting to edit a buffer, after the
+ starting to edit a buffer.
After |BufAdd|.
After |BufReadPost|.
*BufFilePost*