Fixing typo

This commit is contained in:
Peter Thaleikis 2020-10-11 20:04:50 +04:00 committed by GitHub
parent d0bd3cf589
commit f78e8358f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.