patch 8.2.3979: Vim9: the feature is not mentioned in the right places

Problem:    Vim9: the feature is not mentioned in the right places.
Solution:   Add +vim9script to the help and :version output.
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 8d2cc5e..c18df8a 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -10069,6 +10069,7 @@
 			(always true)
 vim_starting		True while initial source'ing takes place. |startup|
 			*vim_starting*
+vim9script		Compiled with |Vim9| script support
 viminfo			Compiled with viminfo support.
 vimscript-1		Compiled Vim script version 1 support
 vimscript-2		Compiled Vim script version 2 support