view src/gvimtutor @ 13591:035fc9d3dd9b

Added tag v8.0.1667 for changeset 0fc3ec8517e91e047351ba0a971c19def0977984
author Christian Brabandt <cb@256bit.org>
date Fri, 06 Apr 2018 20: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 "$@"