view src/gvimtutor @ 29327:4675995a5b8a

Added tag v9.0.0006 for changeset 1f1d99bba06c0f92a2d94f5a2a6505fe30718754
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Jun 2022 15:45:04 +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 "$@"