view src/gvimtutor @ 11159:c13ab9398ce9

Added tag v8.0.0466 for changeset 501f46f7644c4348f21bcbe45b74f8053010f846
author Christian Brabandt <cb@256bit.org>
date Thu, 16 Mar 2017 17:30:07 +0100
parents 4a317df16962
children d4faa2c5211b
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 "$@"