view configure @ 32421:603b6dcf5f9a v9.0.1542

patch 9.0.1542: line not fully displayed if it doesn't fit in the screen Commit: https://github.com/vim/vim/commit/6c018680be0ec25d42614a93be1ea08df29a9e2a Author: Luuk van Baal <luukvbaal@gmail.com> Date: Thu May 11 18:38:14 2023 +0100 patch 9.0.1542: line not fully displayed if it doesn't fit in the screen Problem: Line not fully displayed if it doesn't fit in the screen. Solution: Do not reset s_skipcol if not needed. (Luuk van Baal, closes #12376)
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 May 2023 19:45:03 +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 "$@"