view configure @ 22456:693b7e5d7f3a v8.2.1776

patch 8.2.1776: filetype.vim may be loaded twice Commit: https://github.com/vim/vim/commit/17bb4d4607a95e13e913519af106f1bf8b26c178 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 30 22:45:39 2020 +0200 patch 8.2.1776: filetype.vim may be loaded twice Problem: Filetype.vim may be loaded twice. Solution: Do "syntax on" after "filetype on". (Adam Stankiewicz, closes #7049)
author Bram Moolenaar <Bram@vim.org>
date Wed, 30 Sep 2020 23:00:04 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"