view src/gvimtutor @ 6442:3abb06bb1777

Added tag v7-4-550 for changeset 7cda721eadb0
author Bram Moolenaar <bram@vim.org>
date Sat, 13 Dec 2014 21:09:57 +0100
parents 4a317df16962
children d4faa2c5211b
line wrap: on
line source

#!/bin/sh

# Start GUI Vim on a copy of the tutor file.

# Usage: gvimtutor [xx]
# See vimtutor for usage.

exec `dirname $0`/vimtutor -g "$@"