view src/gvimtutor @ 34659:317b7eedb4f1

Added tag v9.1.0213 for changeset 224d4a7922646c0e693c6f05cea1ec3a3b46f76f
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 10:00:09 +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 "$@"