view src/gvimtutor @ 3940:b1b18442cf4b

Added tag v7-3-725 for changeset f4aa43d952f5
author Bram Moolenaar <bram@vim.org>
date Tue, 20 Nov 2012 17:55:10 +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 "$@"