view src/gvimtutor @ 22294:9368f75273d9 v8.2.1696

patch 8.2.1696: unused (duplicate) macros Commit: https://github.com/vim/vim/commit/2c12f890551bbdf5605472a4d711d48a273685d7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 16 17:30:27 2020 +0200 patch 8.2.1696: unused (duplicate) macros Problem: Unused (duplicate) macros. Solution: Remove the macros.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Sep 2020 17:45:03 +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 "$@"