view src/gvimtutor @ 7926:7fa5a5ae755e

Added tag v7.4.1258 for changeset b724dbb299d5ba8c7b4a7bb80955257486a10986
author Christian Brabandt <cb@256bit.org>
date Thu, 04 Feb 2016 21: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 "$@"