runtime(doc): update documentation Commit: https://github.com/vim/vim/commit/31b78cce6e6412cada49ca994f6665ef4acec792 Author: Hirohito Higashi <h.east....@gmail.com> Date: Mon Apr 21 19:39:15 2025 +0200
runtime(doc): update documentation closes: https://github.com/vim/vim/issues/17180 Signed-off-by: Hirohito Higashi <h.east....@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index eca836281..0c24b8469 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -1111,7 +1111,7 @@ Command line: *command-line-functions* getcmdwintype() return the current command-line window type getcompletion() list of command-line completion matches fullcommand() get full command name - cmdcomplete_info() get current completion information + cmdcomplete_info() get command-line completion information Quickfix and location lists: *quickfix-functions* getqflist() list of quickfix errors diff --git a/runtime/doc/vim9class.txt b/runtime/doc/vim9class.txt index 519545677..d2f43aefb 100644 --- a/runtime/doc/vim9class.txt +++ b/runtime/doc/vim9class.txt @@ -1,4 +1,4 @@ -*vim9class.txt* For Vim version 9.1. Last change: 2025 Apr 13 +*vim9class.txt* For Vim version 9.1. Last change: 2025 Apr 21 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1067,8 +1067,7 @@ The above enum definition is equivalent to the following class definition: > public const ordinal: number endclass < -A enum can contain object variables and methods just like a regular -class: > +A enum can contain object variables and methods just like a regular class: > enum Color Cyan([0, 255, 255]), -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1u6vCZ-00Gx91-RH%40256bit.org.