view src/gvimtutor @ 30573:c6b5eb07032a

Added tag v9.0.0621 for changeset d77e208d611d86f56c7367f85db8a4f6b8f1f83c
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Sep 2022 14:15:05 +0200
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 "$@"