view src/gvimtutor @ 4426:5d8cf5395b4d

Added tag v7-3-961 for changeset d5177d5ece0c
author Bram Moolenaar <bram@vim.org>
date Thu, 16 May 2013 20:47:56 +0200
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 "$@"