view src/gvimtutor @ 9584:a28436d83aad

Added tag v7.4.2069 for changeset b0c7061d64395976648e876722f357c399a7eeb8
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jul 2016 16:45:07 +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 "$@"