view src/gvimtutor @ 3926:3ea4cfe2d1df

Added tag v7-3-718 for changeset 18e95db59826
author Bram Moolenaar <bram@vim.org>
date Tue, 20 Nov 2012 12:16:59 +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 "$@"