view src/gvimtutor @ 2523:0dffdd8f8871 vim73

Fixed: on MS-Windows sometimes files with number 4913 or higher are left behind.
author Bram Moolenaar <bram@vim.org>
date Sun, 08 Aug 2010 18:46:06 +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 "$@"