view src/gvimtutor @ 27554:24573f3f0592

Added tag v8.2.4303 for changeset 0ea5147a95f7e3a5c91249eabb534377a1366298
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Feb 2022 20:00:06 +0100
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 "$@"