forked from aniani/vim
updated for version 7.1-298
This commit is contained in:
8
src/gvimtutor
Normal file
8
src/gvimtutor
Normal 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 "$@"
|
||||
Reference in New Issue
Block a user