view src/gvimtutor @ 3941:5049eacbff0e v7.3.726

updated for version 7.3.726 Problem: Typos and duplicate info in README. Solution: Fix the text.
author Bram Moolenaar <bram@vim.org>
date Fri, 23 Nov 2012 21:45:25 +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 "$@"