Mercurial > vim
view ci/if_ver-1.vim @ 36339:5b35a9357970 draft v9.1.0792
patch 9.1.0792: tests: Test_set_values() is not comprehensive enough
Commit: https://github.com/vim/vim/commit/cc15bbcbc471a206e995e147a09a0720b9f35a38
Author: Milly <milly.ca@gmail.com>
Date: Fri Oct 18 19:58:04 2024 +0200
patch 9.1.0792: tests: Test_set_values() is not comprehensive enough
Problem: tests: Test_set_values() is not comprehensive enough
Solution: Add a lot more test cases (Milly)
closes: #15892
Signed-off-by: Milly <milly.ca@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 18 Oct 2024 20:15:12 +0200 |
parents | 0878f0fd349b |
children |
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(vim.lua_version, jit and "(LuaJIT)" or "") 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