view src/gvimtutor @ 33272:a86002b75b6a

Added tag v9.0.1903 for changeset 59f80ca2087ef240d7bb9e117a10f8497afad8e4
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Sep 2023 18:45:03 +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 "$@"