changeset 33787:2d930bef4c22

runtime(doc): document proper notation of gVim, document vim-security list Commit: https://github.com/vim/vim/commit/6ffe084e6e629adcf5915286daee78058f6dd4b6 Author: Christian Brabandt <cb@256bit.org> Date: Sat Nov 18 10:10:07 2023 +0100 runtime(doc): document proper notation of gVim, document vim-security list Also, while at it, document the vim-security mailing list. closes: #13429 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Nov 2023 10:15:06 +0100
parents bc6ebcfca7f2
children 5ea4c560f01c
files runtime/doc/intro.txt runtime/doc/tags
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/intro.txt
+++ b/runtime/doc/intro.txt
@@ -1,4 +1,4 @@
-*intro.txt*     For Vim version 9.0.  Last change: 2023 Aug 15
+*intro.txt*     For Vim version 9.0.  Last change: 2023 Nov 18
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -43,7 +43,8 @@ document, there is a separate document f
 
 							*pronounce*
 Vim is pronounced as one word, like Jim, not vi-ai-em.  It's written with a
-capital, since it's a name, again like Jim.
+capital, since it's a name, again like Jim.  The GUI version of Vim is written
+"gVim" (or "GVim" when at the beginning of a sentence).
 
 This manual is a reference for all the Vim commands and options.  This is not
 an introduction to the use of Vi or Vim, it gets a bit complicated here and
@@ -97,12 +98,14 @@ There are several mailing lists for Vim:
 <vim-mac@vim.org>				*vim-mac* *vim_mac*
 	For discussions about using and improving the Macintosh version of
 	Vim.
+<vim-security@googlegroups.com>			*vim-security*
+	This list is for (privately) discussing security relevant issues of Vim.
 
 See http://www.vim.org/maillist.php for the latest information.
 
 NOTE:
 - Anyone can see the archive, e.g. on Google groups.  Search this if you have
-  questions.
+  questions, except for the vim-security list.
 - You can only send messages to these lists if you have subscribed!
 - The first message is moderated, thus it may take a few hours to show up.
 - You need to send the messages from the same location as where you subscribed
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -10999,6 +10999,7 @@ vim-modes-intro	intro.txt	/*vim-modes-in
 vim-raku	ft_raku.txt	/*vim-raku*
 vim-script-intro	usr_41.txt	/*vim-script-intro*
 vim-script-library	eval.txt	/*vim-script-library*
+vim-security	intro.txt	/*vim-security*
 vim-use	intro.txt	/*vim-use*
 vim-variable	eval.txt	/*vim-variable*
 vim.b	if_lua.txt	/*vim.b*