view src/gvimtutor @ 24308:7b87429e4b2a

Added tag v8.2.2694 for changeset 55f458d352926815a293dda8c953b17c945f719c
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Apr 2021 19:00:08 +0200
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 "$@"