diff runtime/doc/vim9class.txt @ 34011:62d771d915fe

runtime(doc): list of new/changed features in version9.txt Commit: https://github.com/vim/vim/commit/49cdd629a39d7e40e7349e65cb177e2442871a04 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Dec 24 11:01:23 2023 +0100 runtime(doc): list of new/changed features in version9.txt closes: https://github.com/vim/vim/issues/13753 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Dec 2023 11:15:04 +0100
parents 9fc35ba5feb7
children 291b4ea552eb
line wrap: on
line diff
--- a/runtime/doc/vim9class.txt
+++ b/runtime/doc/vim9class.txt
@@ -1,13 +1,10 @@
-*vim9class.txt*	For Vim version 9.0.  Last change: 2023 Dec 14
+*vim9class.txt*	For Vim version 9.0.  Last change: 2023 Dec 24
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
 
 
-NOTE - This is not finished yet, anything can still change! - NOTE
-
-
-Vim9 classes, objects, interfaces, types and enums.
+Vim9 classes, objects, interfaces, types and enums.		*vim9-class*
 
 1.  Overview			|Vim9-class-overview|
 2.  A simple class		|Vim9-simple-class|