closes: #17180
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
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
-*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
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]),