view src/gvimtutor @ 6809:932370264f0f v7.4.726

patch 7.4.726 Problem: Cannot build GvimExt. Solution: Set APPVER to 5.0. (KF Leong)
author Bram Moolenaar <bram@vim.org>
date Tue, 05 May 2015 10:25:16 +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 "$@"