view src/gvimtutor @ 27571:55f0ac079829 v8.2.4312

patch 8.2.4312: no error for using :vim9script in a :def function Commit: https://github.com/vim/vim/commit/107f7325f615a1ffa5b49521e316b44e117b0a04 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 6 17:30:41 2022 +0000 patch 8.2.4312: no error for using :vim9script in a :def function Problem: No error for using :vim9script in a :def function. Solution: Give an error when compiling.
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Feb 2022 18:45:03 +0100
parents d4faa2c5211b
children
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 "$@"