diff runtime/doc/eval.txt @ 31671:5ed19049b1e8

Update runtime files Commit: https://github.com/vim/vim/commit/1b5f03ec9c5551047d5de8d845541dd3201abe7c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 9 20:12:45 2023 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 Jan 2023 21:15:05 +0100
parents e5e95e8c78a7
children 2d68375d5ddf
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt*	For Vim version 9.0.  Last change: 2022 Dec 11
+*eval.txt*	For Vim version 9.0.  Last change: 2023 Jan 03
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -2970,6 +2970,8 @@ text...
 			deleted when the script ends).  Function-local
 			variables are automatically deleted when the function
 			ends.
+			In |Vim9| script variables declared in a function or
+			script cannot be removed.
 
 :unl[et] ${env-name} ...			*:unlet-environment* *:unlet-$*
 			Remove environment variable {env-name}.