view src/gvimtutor @ 6409:83c5fd1b55bc v7.4.535

updated for version 7.4.535 Problem: Can't build with tiny features. Solution: Add #ifdefs and skip a test.
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Nov 2014 18:33:02 +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 "$@"