view src/gvimtutor @ 2529:2aaa88366cbb vim73

Fix for float values on VMS. (Zoltan Arpadffy)
author Bram Moolenaar <bram@vim.org>
date Mon, 09 Aug 2010 22:07:08 +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 "$@"