view src/gvimtutor @ 18606:83eec237947f

Added tag v8.1.2296 for changeset 63d855ad505c9fd8dcb60524016e9674cfb046c9
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Nov 2019 22:45:07 +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 "$@"