view src/gvimtutor @ 25823:6095577455c5

Added tag v8.2.3446 for changeset 42723b535ab3668375eecad116f2c7fb7ab7fbca
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Sep 2021 21:15:04 +0200
parents d4faa2c5211b
children
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 "$@"