From f78e8358f45834efb8134a7c8d963062d0b2045f Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Sun, 11 Oct 2020 20:04:50 +0400 Subject: [PATCH] Fixing typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 876e395..1f47600 100644 --- a/README.md +++ b/README.md @@ -781,7 +781,7 @@ au BufNewFile,BufRead *.rb,*.rbw setf ruby ``` The `BufNewFile` and `BufRead` events in this case are hardcoded in the C -sources of Vim and get emitted everytime you open a file via `:e` and similar +sources of Vim and get emitted every time you open a file via `:e` and similar commands. Afterwards all the hundreds of filetypes from `filetype.vim` are tested for.