view src/gvimtutor @ 22491:2ebfb710e320

Added tag v8.2.1793 for changeset 23a5977d721171b67a258bda9557423320e84191
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Oct 2020 17:15:04 +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 "$@"