view src/gvimtutor @ 11305:3bcdfad55b19 v8.0.0538

patch 8.0.0538: no test for falling back to default term value commit https://github.com/vim/vim/commit/85045a73db258a054a17fd52a67eb5cd02a788dc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 2 16:54:09 2017 +0200 patch 8.0.0538: no test for falling back to default term value Problem: No test for falling back to default term value. Solution: Add a test.
author Christian Brabandt <cb@256bit.org>
date Sun, 02 Apr 2017 17:00:04 +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 "$@"