view src/gvimtutor @ 2576:2a8bf2ba504f v7.3.003

updated for version 7.3.003 Problem: Crash with specific BufWritePost autocmd. (Peter Odding) Solution: Don't free the quickfix title twice. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Aug 2010 20:26:59 +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 "$@"