view src/gvimtutor @ 7944:f2d749f1d0ac

Added tag v7.4.1267 for changeset e875f0fbd9c0f6098ff044e7160c121022b06ce7
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Feb 2016 18:15:05 +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 "$@"