view src/gvimtutor @ 2941:512ddd87f1a8 v7.3.243

updated for version 7.3.243 Problem: Illegal memory access in readline(). Solution: Swap the conditions. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Jul 2011 17:36:56 +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 "$@"