view src/gvimtutor @ 13562:f4b3a1a1376f

Added tag v8.0.1654 for changeset 417a01a1aaaaccd206ba8559a1aebf55261cb7f5
author Christian Brabandt <cb@256bit.org>
date Thu, 29 Mar 2018 18:30:08 +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 "$@"