view src/gvimtutor @ 1585:4a317df16962 v7.1.298

updated for version 7.1-298
author vimboss
date Sat, 10 May 2008 19:39:08 +0000
parents
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 "$@"