view src/gvimtutor @ 5485:1b4cb2c6b285 v7.4.092

updated for version 7.4.092 Problem: Can't build small version. Solution: Add #ifdef where the b_cjk flag is used. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 14 Nov 2013 03:54:07 +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 "$@"