view src/gvimtutor @ 18710:708e4b8b5fbd

Added tag v8.1.2346 for changeset ac08c7ad9d3779e13f0538508f9bf0a5572e020b
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Nov 2019 14:30: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 "$@"