view src/gvimtutor @ 3411:3465a9e77588 v7.3.471

updated for version 7.3.471 Problem: Can't abort listing placed signs. Solution: Check "got_int". (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 16 Mar 2012 14:32:15 +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 "$@"