view src/gvimtutor @ 18961:b7bfc651f3e4

Added tag v8.2.0041 for changeset 34aa888bf5ad91253cf87d48182c2d4c5b00f030
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Dec 2019 14:15: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 "$@"