Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
ff3d4b2d49c4b8b7d97cfaeffe57321a1852f7e8
/
.
/
runtime
/
syntax
/
testdir
/
input
/
vim_new.vim
blob: 985cfd3c11fa6e712b65bcc61db38e46e8d8dbfe [
file
] [
log
] [
blame
]
vim9script
# Vim :new command and class constructors.
class
Test
def
new
()
enddef
def
newOther
()
enddef
def
newyetanother
()
enddef
endclass
Test
.
new
()
Test
.
newOther
()
Test
.
newyetanother
()
new
quit