]> granicus.if.org Git - vim/commit
patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supported v8.2.3965
authorBram Moolenaar <Bram@vim.org>
Sat, 1 Jan 2022 12:17:00 +0000 (12:17 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Jan 2022 12:17:00 +0000 (12:17 +0000)
commitb79ee0c299d786627784f7304ba84b80e78ece26
tree8c7d0b09c3592f3bb221fabf4d0ff5ae86abf216
parent654b729c4c9951f2a46c161d1e9fefdc223fc94e
patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supported

Problem:    Vim9: no easy way to check if Vim9 script is supported.
Solution:   Add has('vim9script').
runtime/doc/vim9.txt
src/evalfunc.c
src/testdir/test_vim9_script.vim
src/version.c