view src/gvimtutor @ 7457:893b97a4cd9b

Added tag v7.4.1031 for changeset 2c5e813e885208a423b2b30d5de2fa52f5eab7ba
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Jan 2016 20:30: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 "$@"