view src/gvimtutor @ 18809:8c6177fec9cb

Added tag v8.1.2392 for changeset 7982f65d8f548ef8fef2f9a558b9a116880405e0
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Dec 2019 20:15: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 "$@"