view src/gvimtutor @ 4147:646cb6b6ff23 v7.3.826

updated for version 7.3.826 Problem: List of features in :version output is hard to read. Solution: Make columns. (Nazri Ramliy)
author Bram Moolenaar <bram@vim.org>
date Wed, 20 Feb 2013 16:47:36 +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 "$@"