diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2021-10-02 23:30:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 14:30:13 -0700 |
commit | ac973d553261c07586e588754994e75ae84e5133 (patch) | |
tree | 5f7d9843ddfafc6840df00914b9e7fc3675f1f8f | |
parent | c4857b695fe2ffa9fc74da01b01809480510ac39 (diff) | |
download | rneovim-ac973d553261c07586e588754994e75ae84e5133.tar.gz rneovim-ac973d553261c07586e588754994e75ae84e5133.tar.bz2 rneovim-ac973d553261c07586e588754994e75ae84e5133.zip |
docs: remove obsolete text on language #15875
-rw-r--r-- | runtime/doc/helphelp.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt index 4a94701b2e..aaa2a35fe1 100644 --- a/runtime/doc/helphelp.txt +++ b/runtime/doc/helphelp.txt @@ -389,17 +389,5 @@ highlighting. So do these: You can find the details in $VIMRUNTIME/syntax/help.vim - *inclusion* -Vim is for everybody, no matter race, gender or anything. Some people make a -big deal about using "he" or "his" when referring to the user, thinking it -means we assume the user is male. That is not the case, it's just a habit of -writing help text, which quite often is many years old. Also, a lot of the -text is written by contributors for whom English is not their first language. -We do not make any assumptions about the gender of the user, no matter how the -text is phrased. Some people have suggested using "they", but that is not -regular English. We do not want to spend much time on this discussion. The -goal is that the reader understands how Vim works, the exact wording is -secondary. - vim:tw=78:ts=8:noet:ft=help:norl: |