view src/gvimtutor @ 10717:ce294559a826

Added tag v8.0.0248 for changeset 905ab712979c1948532f77c49cfdf12bee722a4f
author Christian Brabandt <cb@256bit.org>
date Fri, 27 Jan 2017 22:00:06 +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 "$@"