view src/gvimtutor @ 18638:453f4942f6cf

Added tag v8.1.2311 for changeset 0c005ff84a4550a54059e55dfb63253bc5372d7e
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Nov 2019 23:00:04 +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 "$@"