view src/gvimtutor @ 14253:a0586da3a85b

Added tag v8.1.0142 for changeset b557af8dedab4177e9884d01aeaa5c41728e1073
author Christian Brabandt <cb@256bit.org>
date Tue, 03 Jul 2018 17:30:09 +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 "$@"