view src/gvimtutor @ 10166:520e0e732b87 v7.4.2353

commit https://github.com/vim/vim/commit/2931f2a5df0d962032d41060af84d9fd2cb35c9f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 9 16:59:08 2016 +0200 patch 7.4.2353 Problem: Not enough test coverage for Normal mode commands. Solution: Add more tests. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Sep 2016 17:00:08 +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 "$@"