view configure @ 11878:a83b19a8d7e4 v8.0.0819

patch 8.0.0819: cursor not positioned in terminal window commit https://github.com/vim/vim/commit/0e23e9c5e74dbf0e5eec710c41c9eaed35794682 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 30 18:47:19 2017 +0200 patch 8.0.0819: cursor not positioned in terminal window Problem: After changing current window the cursor position in the terminal window is not updated. Solution: Set w_wrow, w_wcol and w_valid.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Jul 2017 19:00:04 +0200
parents cd9471bd8e9e
children a1ca6778da49
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd src && exec ./configure "$@"