view src/gvimtutor @ 1888:ae2251be41f9 v7.2.185

updated for version 7.2-185
author vimboss
date Fri, 22 May 2009 16:20:57 +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 "$@"