view src/gvimtutor @ 4311:8e1d1da398b3 v7.3.905

updated for version 7.3.905 Problem: Crash when writing viminfo. (Ron Aaron) Solution: Prevent freed history info to be used.
author Bram Moolenaar <bram@vim.org>
date Mon, 15 Apr 2013 22:22:57 +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 "$@"