view src/gvimtutor @ 27987:250bf98317ea

Added tag v8.2.4518 for changeset c724906134a3ffaef6ec485d6719586b0b06bcb1
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Mar 2022 15:30: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 "$@"