view configure @ 23905:68f506771741 v8.2.2495

patch 8.2.2495: text jumps up and down when moving the cursor Commit: https://github.com/vim/vim/commit/8f33ebfade10cd1b4296d8ec8dca815a09e8a405 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 10 21:10:12 2021 +0100 patch 8.2.2495: text jumps up and down when moving the cursor Problem: Text jumps up and down when moving the cursor in a small window with wrapping text and 'scrolloff' set. Solution: Adjust the computation of w_skipcol. (partly by Ghjuvan Lacambre, closes #7813)
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Feb 2021 21:15:04 +0100
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 "$@"