view src/gvimtutor @ 5887:be19015ef43c v7.4.286

updated for version 7.4.286 Problem: Error messages are inconsistant. (ZyX) Solution: Change "Lists" to "list".
author Bram Moolenaar <bram@vim.org>
date Tue, 13 May 2014 13:46:33 +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 "$@"