view src/gvimtutor @ 4082:17a312ba38a0 v7.3.795

updated for version 7.3.795 Problem: MzScheme does not build with tiny features. Solution: Add #ifdefs. Also add UNUSED to avoid warnings. And change library ordering.
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jan 2013 17:41:50 +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 "$@"