Mercurial > vim
view ci/if_ver-1.vim @ 19985:f863aa96cae5 v8.2.0548
patch 8.2.0548: Vim9: not all possible func type errors tested
Commit: https://github.com/vim/vim/commit/08938eeba463e98d23ba7b88e81bd252c981d235
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Apr 11 23:17:17 2020 +0200
patch 8.2.0548: Vim9: not all possible func type errors tested
Problem: Vim9: not all possible func type errors tested.
Solution: Add more tests.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 11 Apr 2020 23:30:04 +0200 |
parents | 27ff44268da5 |
children | 0878f0fd349b |
line wrap: on
line source
" Print all interface versions for Ubuntu. Part 1. if 1 execute 'source' expand('<sfile>:h') .. '/if_ver-cmd.vim' echo "*** Interface versions ***\n" echo 'Lua:' PrintVer lua print(_VERSION) echo 'MzScheme:' PrintVer mzscheme (display (version)) echo 'Perl:' PrintVer perl print $^V echo 'Ruby:' PrintVer ruby print RUBY_VERSION echo 'Tcl:' PrintVer tcl puts [info patchlevel] echo 'Python 2:' PrintVer python print sys.version endif