view src/gvimtutor @ 24114:291c57cf4731 v8.2.2598

patch 8.2.2598: Vim9: :open does not need to be supported Commit: https://github.com/vim/vim/commit/6508880d6ca98486efb9ab947c651a2b73a6e795 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 13 21:07:21 2021 +0100 patch 8.2.2598: Vim9: :open does not need to be supported Problem: Vim9: :open does not need to be supported. Solution: Do not support :open in Vim9 script.
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Mar 2021 21: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 "$@"