view src/gvimtutor @ 23581:f8909b1d3575

Added tag v8.2.2332 for changeset dc3b7a31c29f76ea57265d0cc4862cf5908e957c
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Jan 2021 22:30:07 +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 "$@"