comparison 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
comparison
equal deleted inserted replaced
1584:7387540b6e52 1585:4a317df16962
1 #!/bin/sh
2
3 # Start GUI Vim on a copy of the tutor file.
4
5 # Usage: gvimtutor [xx]
6 # See vimtutor for usage.
7
8 exec `dirname $0`/vimtutor -g "$@"