view src/gvimtutor @ 11857:15d17c3f7d18

Added tag v8.0.0808 for changeset 1c0c6918926fdbf2c367a8e5caf989089718434b
author Christian Brabandt <cb@256bit.org>
date Sat, 29 Jul 2017 22:45:05 +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 "$@"