1
0
forked from aniani/vim

updated for version 7.1-298

This commit is contained in:
Bram Moolenaar
2008-05-10 19:39:08 +00:00
parent ec80df74ac
commit 7a98925587
3 changed files with 11 additions and 0 deletions

8
src/gvimtutor Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
# Start GUI Vim on a copy of the tutor file.
# Usage: gvimtutor [xx]
# See vimtutor for usage.
exec `dirname $0`/vimtutor -g "$@"