Files
main/editor/vi/vim/files/gvimtutor
T
2015-07-22 22:27:50 +03:00

9 lines
144 B
Bash

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