view src/gvimtutor @ 34642:252581b3224c

Added tag v9.1.0206 for changeset b41af4b613daae93e6c987c3ec696202129f13d3
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Mar 2024 18:15:07 +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 "$@"