view src/gvimtutor @ 8977:b3da1ec8d156 v7.4.1774

commit https://github.com/vim/vim/commit/902647d2dfb42dce8449dfbbc22dab27a528744d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 22 11:49:06 2016 +0200 patch 7.4.1774 Problem: Cterm true color feature has warnings. Solution: Add type casts.
author Christian Brabandt <cb@256bit.org>
date Fri, 22 Apr 2016 12:00:07 +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 "$@"