view src/gvimtutor @ 2779:bf19f6620521

Added tag v7-3-165 for changeset e92a4b9b4484
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Apr 2011 17:21:54 +0200
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 "$@"