view src/gvimtutor @ 12406:3448b3b3a56c

Added tag v8.0.1082 for changeset 6ef5e636f246bd2449a4a769fc9a01927b48a522
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Sep 2017 18:15:05 +0200
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 "$@"