view src/gvimtutor @ 21155:aae581cf2a1a

Added tag v8.2.1128 for changeset 9f9c26b3ddc5b75e886d59e31e7b18f477599d8a
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jul 2020 14:15:07 +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 "$@"