view src/gvimtutor @ 20036:d34b41f253f9

Added tag v8.2.0573 for changeset 4c9acbd6b3c7a5f6cd0cd5f760ff8763bce2e117
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Apr 2020 18:30:09 +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 "$@"