view src/gvimtutor @ 28726:47103a36fc8c

Added tag v8.2.4887 for changeset 075787b91e09fda276b7438a9292658c35bc1bac
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 16:00: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 "$@"