view configure @ 32349:8323e235ff44 v9.0.1506

patch 9.0.1506: line number not displayed when using 'smoothscroll' Commit: https://github.com/vim/vim/commit/88bb3e0a48f160134bdea98cd2b8bd3af86f9d6f Author: zeertzjq <zeertzjq@outlook.com> Date: Tue May 2 20:52:59 2023 +0100 patch 9.0.1506: line number not displayed when using 'smoothscroll' Problem: Line number not displayed when using 'smoothscroll'. Solution: Adjust condition for showing the line number. (closes https://github.com/vim/vim/issues/12333)
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 May 2023 22:00:04 +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 "$@"