view src/gvimtutor @ 23970:ba79ceac82ec v8.2.2527

patch 8.2.2527: Vim9: lambda return type is not determined at script level Commit: https://github.com/vim/vim/commit/064095012c0b8e4e43e75834b337115950898fbf Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 17 17:00:27 2021 +0100 patch 8.2.2527: Vim9: lambda return type is not determined at script level Problem: Vim9: lambda return type is not determined at script level. Solution: Compile the lambda to get the return type. (closes https://github.com/vim/vim/issues/7843)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Feb 2021 17:15:03 +0100
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 "$@"