view src/gvimtutor @ 14990:651a9bce30ac

Added tag v8.1.0506 for changeset 85467d180844aa9bb7118aef56db8859cfcd8c00
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Nov 2018 19:15:08 +0100
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 "$@"