Mercurial > vim
view src/configure @ 32387:1ddef52ea786 v9.0.1525
patch 9.0.1525: 'smoothscroll' does not always work properly
Commit: https://github.com/vim/vim/commit/3ce8c389155fc1257082cdb0cef7801b49f6aaf9
Author: Luuk van Baal <luukvbaal@gmail.com>
Date: Mon May 8 15:51:14 2023 +0100
patch 9.0.1525: 'smoothscroll' does not always work properly
Problem: 'smoothscroll' does not always work properly.
Solution: Do not reset w_skipcol after it was intentionally set. (Luuk van
Baal, closes #12360, closes #12199, closes #12323)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 08 May 2023 17:00:04 +0200 |
parents | cd9471bd8e9e |
children |
line wrap: on
line source
#! /bin/sh # run the automatically generated configure script CONFIG_STATUS=auto/config.status \ auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache result=$? # Stupid autoconf 2.5x causes this file to be left behind. if test -f configure.lineno; then rm -f configure.lineno; fi exit $result