view src/gvimtutor @ 7737:8bcce08171af

Added tag v7.4.1166 for changeset f2ddad8cbce768a52004566e77a62c4ed33277c9
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jan 2016 17:00: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 "$@"