view src/gvimtutor @ 5456:5c3064feddd7 v7.4.078

updated for version 7.4.078 Problem: MSVC 2013 is not supported. Solution: Recognize and support MSVC 2013. (Ed Brown)
author Bram Moolenaar <bram@vim.org>
date Fri, 08 Nov 2013 03:15:47 +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 "$@"