view configure @ 28528:6b1da12297e5 v8.2.4788

patch 8.2.4788: large payload for LSP message not tested Commit: https://github.com/vim/vim/commit/bac9a9e5c233dcf9cf734c61e4e4311fe57eccd1 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Tue Apr 19 10:25:13 2022 +0100 patch 8.2.4788: large payload for LSP message not tested Problem: Large payload for LSP message not tested. Solution: Add a test with a large LSP payload. (Yegappan Lakshmanan, closes #10223)
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Apr 2022 11:30: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 "$@"