view src/gvimtutor @ 18495:9a48788bc82e

Added tag v8.1.2241 for changeset 04a40c1514c489f8baebbb9db42cb457d4cfd6b3
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Nov 2019 22:15:06 +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 "$@"