view src/gvimtutor @ 6779:64a32aca7919 v7.4.711

patch 7.4.711 Problem: Missing change in one file. Solution: Also change option.c
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Apr 2015 19:10:48 +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 "$@"