view src/gvimtutor @ 3170:d2f70593afeb v7.3.355

updated for version 7.3.355 Problem: GTK warnings when using netrw.vim. (Ivan Krasilnikov) Solution: Do not remove the beval event handler twice.
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Nov 2011 11:31:30 +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 "$@"