mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
patch 9.0.1001: classes are not documented or implemented yet
Problem: Classes are not documented or implemented yet. Solution: Make the first steps at documenting Vim9 objects, classes and interfaces. Make initial choices for the syntax. Add a skeleton implementation. Add "public" and "this" in the command table.
This commit is contained in:
@ -215,6 +215,7 @@ void mbyte_im_set_active(int active_arg);
|
||||
# ifdef FEAT_EVAL
|
||||
// include vim9.h here, the types defined there are used by function arguments.
|
||||
# include "vim9.h"
|
||||
# include "vim9class.pro"
|
||||
# include "vim9cmds.pro"
|
||||
# include "vim9compile.pro"
|
||||
# include "vim9execute.pro"
|
||||
|
Reference in New Issue
Block a user