view src/gvimtutor @ 12578:f8beecfea2c4 v8.0.1167

patch 8.0.1167: Motif: typing in terminal window is slow commit https://github.com/vim/vim/commit/3a497e1a414dc44b3df6a6fca60838ecd8ff0ca6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 30 20:40:27 2017 +0200 patch 8.0.1167: Motif: typing in terminal window is slow Problem: Motif: typing in terminal window is slow. Solution: Do not redraw the whole terminal window but only was was changed.
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Sep 2017 20:45: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 "$@"