]> granicus.if.org Git - vim/commit
patch 9.0.1123: class function not implemented yet v9.0.1123
authorBram Moolenaar <Bram@vim.org>
Sun, 1 Jan 2023 12:58:33 +0000 (12:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 1 Jan 2023 12:58:33 +0000 (12:58 +0000)
commit6bafdd41cbf8c06bc00f19dcf4e1c8292460b4dd
tree8a3152f458b00bf0c4bf0e09fee13416e2da1d8f
parent9f2d97efe28d32d6e4960e41e80413713f8d1d18
patch 9.0.1123: class function not implemented yet

Problem:    Class function not implemented yet.
Solution:   Implement defining and calling a class function.
src/proto/vim9class.pro
src/structs.h
src/testdir/test_vim9_class.vim
src/version.c
src/vim9class.c
src/vim9expr.c