view src/gvimtutor @ 14807:e3a92ebfcba3

Added tag v8.1.0415 for changeset 7cc2d28778ac5eae86107ed8d158f11b572569d1
author Christian Brabandt <cb@256bit.org>
date Fri, 21 Sep 2018 12:30: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 "$@"