view src/gvimtutor @ 4843:ed47632fd149 v7.3.1168

updated for version 7.3.1168 Problem: Python "sane" configure checks give a warning message. Solution: Use single quotes intead of escaped double quotes. (Ben Fritz)
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Jun 2013 20:53:28 +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 "$@"