view src/gvimtutor @ 6495:fe0f33ac63af v7.4.575

updated for version 7.4.575 Problem: Unicode character properties are outdated. Solution: Update the tables with the latest version.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jan 2015 17:40:09 +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 "$@"