view src/gvimtutor @ 7525:319980d694f4

commit https://github.com/vim/vim/commit/4d1c0a44419afb3c15a861dcb88f46bfed8cd952 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 9 13:23:54 2016 +0100 Update to newer English spell files, but without the COMPOUND rules that make suggestions very slow.
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Jan 2016 13:30:06 +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 "$@"