view src/gvimtutor @ 19200:654ef8f794a6

Added tag v8.2.0158 for changeset 8cbadf7fb9d4ec11bafcba66cfbf40e73c214114
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jan 2020 22:45:03 +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 "$@"