view src/gvimtutor @ 5950:0fc665889e8f v7.4.316

updated for version 7.4.316 Problem: Warning from 64-bit compiler. Solution: Add type cast. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Thu, 29 May 2014 14:36:29 +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 "$@"