view src/gvimtutor @ 2066:2bd96108392e v7.2.351

updated for version 7.2.351 Problem: Can't build with some compilers. Solution: Move the #ifdef outside of a macro. Cleanup the code.
author Bram Moolenaar <bram@zimbu.org>
date Thu, 28 Jan 2010 22:58:16 +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 "$@"