view src/gvimtutor @ 11887:030a9cde3116

Added tag v8.0.0823 for changeset 7928d62d29ee5c8c91868608f171f6b16b080a3c
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Jul 2017 22:00:04 +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 "$@"