mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Autocmds: Remove gendered language
"his vimrc" becomes "their vimrc".
This commit is contained in:
parent
842d99c1f1
commit
d895d6d509
@ -747,9 +747,9 @@ But how does a buffer even know that it contains Ruby code? Because another
|
|||||||
autocmd detected it as that and set the filetype accordingly which again
|
autocmd detected it as that and set the filetype accordingly which again
|
||||||
triggered the `FileType` event.
|
triggered the `FileType` event.
|
||||||
|
|
||||||
One of the first things everyone adds to his vimrc is `filetype on`. This simply
|
One of the first things everyone adds to their vimrc is `filetype on`. This
|
||||||
means that `filetype.vim` is read at startup which sets autocmds for almost all
|
simply means that `filetype.vim` is read at startup which sets autocmds for
|
||||||
filetypes under the sun.
|
almost all filetypes under the sun.
|
||||||
|
|
||||||
If you're brave enough, have a look at it: `:e $VIMRUNTIME/filetype.vim`. Search
|
If you're brave enough, have a look at it: `:e $VIMRUNTIME/filetype.vim`. Search
|
||||||
for "Ruby" and you'll find that Vim simply uses the file extension `.rb` to
|
for "Ruby" and you'll find that Vim simply uses the file extension `.rb` to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user