view src/gvimtutor @ 23208:b0017a247053

Added tag v8.2.2149 for changeset f2da0d40449f44736226d54338098143c4e3810b
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Dec 2020 18:00:04 +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 "$@"