view src/gvimtutor @ 11842:6bfcedcc0262 v8.0.0801

patch 8.0.0801: terminal window title says "running" after job exits commit https://github.com/vim/vim/commit/1e8340bbbfb26d170a3f8b135dcb874e90a74e0b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 29 15:53:39 2017 +0200 patch 8.0.0801: terminal window title says "running" after job exits Problem: The terminal window title sometimes still says "running" even though the job has finished. Solution: Also consider the job finished when the channel has been closed.
author Christian Brabandt <cb@256bit.org>
date Sat, 29 Jul 2017 16: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 "$@"