view src/gvimtutor @ 14645:b20684e25d7a

Added tag v8.1.0335 for changeset 3d94bbf54530fbf737b7039bd877a96b12c88d5d
author Christian Brabandt <cb@256bit.org>
date Thu, 30 Aug 2018 14:15:06 +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 "$@"