view src/gvimtutor @ 6343:edfa81ea1711 v7.4.504

updated for version 7.4.504 Problem: Restriction of the MS-Windows installer that the path must end in "Vim" prevents installing more than one version. Solution: Remove the restriction. (Tim Lebedkov)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Nov 2014 18:18:17 +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 "$@"