view src/gvimtutor @ 11606:8a62662634fb

Added tag v8.0.0685 for changeset 16ccaedce0256092551dca64c046e89191fcc030
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Jun 2017 22:15:03 +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 "$@"