mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-10-14 17:55:36 +08:00
README: typo (#157)
This commit is contained in:
@@ -782,7 +782,7 @@ au BufNewFile,BufRead *.rb,*.rbw setf ruby
|
|||||||
```
|
```
|
||||||
|
|
||||||
The `BufNewFile` and `BufRead` events in this case are hardcoded in the C
|
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
|
commands. Afterwards all the hundreds of filetypes from `filetype.vim` are
|
||||||
tested for.
|
tested for.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user