view src/gvimtutor @ 11240:06307d812ca7 v8.0.0506

patch 8.0.0506: can't build with ANSI C commit https://github.com/vim/vim/commit/6c0c1e8052811a818739e2f3d543291b7a347ad0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 25 15:07:43 2017 +0100 patch 8.0.0506: can't build with ANSI C Problem: Can't build with ANSI C. Solution: Move declarations to start of block.
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Mar 2017 15:15:05 +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 "$@"