Mercurial > vim
view configure @ 10968:0cfcbb7046b6 v8.0.0373
patch 8.0.0373: build fails without +folding
commit https://github.com/vim/vim/commit/376407674ff10b60e7c6090906be50982763f0f3
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Feb 25 22:37:15 2017 +0100
patch 8.0.0373: build fails without +folding
Problem: Build fails without +folding.
Solution: Move misplaced #ifdef.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 25 Feb 2017 22:45:04 +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 "$@"