From d895d6d509f7d0f06c5c6d7776b4545477f1f66c Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Sat, 2 Apr 2016 14:09:15 -0700 Subject: [PATCH] Autocmds: Remove gendered language "his vimrc" becomes "their vimrc". --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ff3f41..c7099b7 100644 --- a/README.md +++ b/README.md @@ -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 triggered the `FileType` event. -One of the first things everyone adds to his vimrc is `filetype on`. This simply -means that `filetype.vim` is read at startup which sets autocmds for almost all -filetypes under the sun. +One of the first things everyone adds to their vimrc is `filetype on`. This +simply means that `filetype.vim` is read at startup which sets autocmds for +almost all filetypes under the sun. 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