view src/gvimtutor @ 5155:f72d49c406c4 v7.4a.004

updated for version 7.4a.004 Problem: MSVC 2012 Update 3 is not recognized. Solution: Add the version number. (Raymond Ko)
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Jul 2013 13:15:46 +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 "$@"