view src/gvimtutor @ 30348:018f5bdd93df

Added tag v9.0.0509 for changeset ea2935ec4435f107d64c539b56109a1712bd88fc
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 13:00: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 "$@"