diff runtime/doc/eval.txt @ 33798:af1b18018eeb

runtime(doc): Fix whitespace and formatting of some help files (#13549) Commit: https://github.com/vim/vim/commit/596a9f29c83af85ace1a2702c88591851ad14df8 Author: h_east <h.east.727@gmail.com> Date: Tue Nov 21 21:24:23 2023 +0900 runtime(doc): Fix whitespace and formatting of some help files (https://github.com/vim/vim/issues/13549) Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Nov 2023 13:30:06 +0100
parents d7ac49e53d62
children 6732325893cc
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: 2023 Nov 05
+*eval.txt*	For Vim version 9.0.  Last change: 2023 Nov 20
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -4809,12 +4809,12 @@ Vim comes bundled with a Vim script libr
 script authors.  Currently, it only includes very few functions, but it may
 grow over time.
 
-The functions are available as |Vim9-script| as well as using legacy vim
+The functions are available as |Vim9-script| as well as using legacy Vim
 script (to be used for non Vim 9.0 versions and Neovim).
 
 							*dist#vim* *dist#vim9*
-The functions make use of the autoloaded prefix "dist#vim" (for legacy Vim script and
-Neovim) and "dist#vim9" for Vim9 script.
+The functions make use of the autoloaded prefix "dist#vim" (for legacy Vim
+script and Neovim) and "dist#vim9" for Vim9 script.
 
 The following functions are available: