view src/gvimtutor @ 12598:97a2f34962ee v8.0.1177

patch 8.0.1177: in a terminal window the popup menu is not cleared commit https://github.com/vim/vim/commit/54e5dbf58e16d0d757a315480c9e63ac7f8a74c7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 7 17:35:09 2017 +0200 patch 8.0.1177: in a terminal window the popup menu is not cleared Problem: In a terminal window the popup menu is not cleared. (Gerry Agbobada) Solution: Redraw when SOME_VALID is used instead of NOT_VALID. (closes #2194)
author Christian Brabandt <cb@256bit.org>
date Sat, 07 Oct 2017 17: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 "$@"