view configure @ 29062:036b4d49c4a0 v8.2.5053

patch 8.2.5053: cannot have a comment halfway an expression in a block Commit: https://github.com/vim/vim/commit/75ebd2aab0f009049561f60424d521ba5f80063a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 3 17:39:46 2022 +0100 patch 8.2.5053: cannot have a comment halfway an expression in a block Problem: Cannot have a comment halfway an expression in an autocmd command block. Solution: When skipping over the NL also skip over comments. (closes #10519)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Jun 2022 18:45:05 +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 "$@"