view src/gvimtutor @ 19148:b75ea81727be

Added tag v8.2.0133 for changeset 06ef1e438ac871d1805325ff523e6a9a9b66a1dc
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jan 2020 20:30:05 +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 "$@"