view src/gvimtutor @ 3966:944440e0afcd

Added tag v7-3-738 for changeset eccae034465b
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Nov 2012 17:41: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 "$@"