view src/gvimtutor @ 25543:a84e75d73fde v8.2.3308

patch 8.2.3308: Vim9: no runtime check for argument type with varargs only Commit: https://github.com/vim/vim/commit/6ce46b99635877fb0a17c06a6f5625fbc1ffa6f4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 7 15:35:36 2021 +0200 patch 8.2.3308: Vim9: no runtime check for argument type with varargs only Problem: Vim9: no runtime check for argument type if a function only has varargs. Solution: Also check argument types if uf_va_type is set. (closes #8715)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Aug 2021 15:45:02 +0200
parents 4a317df16962
children d4faa2c5211b
line wrap: on
line source

#!/bin/sh

# Start GUI Vim on a copy of the tutor file.

# Usage: gvimtutor [xx]
# See vimtutor for usage.

exec `dirname $0`/vimtutor -g "$@"