view src/gvimtutor @ 2702:77f3dd990b12 v7.3.119

updated for version 7.3.119 Problem: Build problem on Mac. (Nicholas Stallard) Solution: Use "extern" instead of "EXTERN" for p_vfile.
author Bram Moolenaar <bram@vim.org>
date Sat, 12 Feb 2011 14:00:03 +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 "$@"