From 7b7805e1c17b3e2d94165332ca0331b61e36b979 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 13 Jul 2016 23:40:02 +0200 Subject: [PATCH] Grammar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bdf2ad..a771486 100644 --- a/README.md +++ b/README.md @@ -726,8 +726,8 @@ On many occasions, Vim emits events. You hook into these events by using autocmds. You wouldn't use Vim if there weren't autocmds. They're used all the time, even -if you don't even know it. Don't believe me? Check `:au`, but don't let the -output overwhelm you. These are all the autocmds that are in effect right now! +if you don't notice it. Don't believe me? Check `:au`, but don't let the output +overwhelm you. These are all the autocmds that are in effect right now! See `:h {event}` for a quick overview of all available events and `:h autocmd-events-abc` for more details.