view src/gvimtutor @ 31278:177a5e6eabde

Added tag v9.0.0972 for changeset 68d13970fe8b867bb6827bd299bce7c9bb3e53d1
author Bram Moolenaar <Bram@vim.org>
date Tue, 29 Nov 2022 17:15:04 +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 "$@"