view src/gvimtutor @ 24177:db3a2032bfac

Added tag v8.2.2629 for changeset 12378fbc99bc354dc160482c1bee47aee9f1c6fd
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Mar 2021 15:15:03 +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 "$@"