view src/gvimtutor @ 1591:c19f6b8d0393 v7.1.304

updated for version 7.1-304
author vimboss
date Thu, 29 May 2008 19:47:13 +0000
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 "$@"