view src/gvimtutor @ 10580:1948f216f40d

Added tag v8.0.0179 for changeset 688b97124d234976ebc5f4b22e35b48d135d1d93
author Christian Brabandt <cb@256bit.org>
date Sat, 14 Jan 2017 14:30:05 +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 "$@"