Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
afd4ae35d66b2e7732eceb5ad9f6b4ece6b7c64c
/
.
/
src
/
gvimtutor
blob: 36ca7bc5e1ee5031454abc7a748a41132009dc7b [
file
] [
log
] [
blame
]
#!/bin/sh
# Start GUI Vim on a copy of the tutor file.
# Usage: gvimtutor [xx]
# See vimtutor for usage.
exec $
(
dirname $0
)/
vimtutor
-
g
"$@"