view configure @ 13519:4a44c90dd671 v8.0.1633

patch 8.0.1633: a TextChanged autocmd triggers when it is defined commit https://github.com/vim/vim/commit/8c64a36e40b8746404f7151abe6849393396af10 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 23 22:39:31 2018 +0100 patch 8.0.1633: a TextChanged autocmd triggers when it is defined Problem: A TextChanged autocmd triggers when it is defined after creating a buffer. Solution: Set b_last_changedtick when opening a buffer. (Hirohito Highlight, closes #2742)
author Christian Brabandt <cb@256bit.org>
date Fri, 23 Mar 2018 22:45:07 +0100
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 "$@"