view src/gvimtutor @ 8238:d7e1526ae1b9 v7.4.1412

commit https://github.com/vim/vim/commit/68c85fcdf31c104db21c96cd5871724e458c95ff Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 24 12:57:50 2016 +0100 patch 7.4.1412 Problem: Compiler warning for indent. (Dominique Pelle) Solution: Fix the indent.
author Christian Brabandt <cb@256bit.org>
date Wed, 24 Feb 2016 13:00: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 "$@"