view src/gvimtutor @ 5822:251acc686ca4 v7.4.254

updated for version 7.4.254 Problem: Smack support detection is incomplete. Solution: Check for attr/xattr.h and specific macro.
author Bram Moolenaar <bram@vim.org>
date Thu, 10 Apr 2014 11:09:17 +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 "$@"