view src/gvimtutor @ 6301:76526e7100b0 v7.4.484

updated for version 7.4.484 Problem: Compiler warning on MS-Windows. (Ken Takata) Solution: Add type cast.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Oct 2014 18:17:09 +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 "$@"