view src/gvimtutor @ 17021:d2b0c88a5128

Added tag v8.1.1510 for changeset 1841c03a9b5e5352b5c6ddc3b1e4ac8d34ffe582
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jun 2019 17:30:05 +0200
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 "$@"