view src/gvimtutor @ 10610:02610b4928a2

Added tag v8.0.0194 for changeset 302aedeed8c981fab493114b989ce85aaf07312c
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Jan 2017 21:15:04 +0100
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 "$@"