view src/gvimtutor @ 5170:ce587b26b8d6 v7.4a.011

updated for version 7.4a.011 Problem: Configure check for Python 3 config name isn't right. Solution: Always include vi_cv_var_python3_version. (Tim Harder)
author Bram Moolenaar <bram@vim.org>
date Fri, 12 Jul 2013 20:07:24 +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 "$@"