view configure @ 28823:980eaa09f940 v8.2.4935

patch 8.2.4935: with 'foldmethod' "indent" some lines not included in fold Commit: https://github.com/vim/vim/commit/d98e75e23666c159c7e00bcf5b6ad9a933bb0534 Author: Brandon Simmons <simmsbra@gmail.com> Date: Tue May 10 19:13:23 2022 +0100 patch 8.2.4935: with 'foldmethod' "indent" some lines not included in fold Problem: With 'foldmethod' "indent" some lines are not included in the fold. (Oleg Koshovetc) Solution: Fix it. (Brandon Simmons, closes #10399, closes #3214)
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 May 2022 20:15:02 +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 "$@"