view .github/ISSUE_TEMPLATE/feature_request.md @ 32557:e64d1fd43178 v9.0.1610

patch 9.0.1610: display is wrong when 'smoothscroll' is set Commit: https://github.com/vim/vim/commit/d9a92dc70b20c76cef9ca186676583c92c14311c Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Jun 5 18:41:35 2023 +0100 patch 9.0.1610: display is wrong when 'smoothscroll' is set Problem: Display is wrong when 'smoothscroll' is set and scrolling multiple lines. Solution: Redraw with UPD_NOT_VALID when "skipcol" is or was set. (closes #12490, closes #12468)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Jun 2023 19:45:04 +0200
parents 4fdc8319ab24
children
line wrap: on
line source

---
name: Feature request
about: Suggest an enhancement for Vim
title: ''
labels: enhancement

---

_Instructions: Replace the template text and remove irrelevant text (including this line)_

**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.**
A clear and concise description of what is hard to do. Ex. It is difficult to [...] when [...]
(If it is related to runtime files, please check their header for where to discuss enhancements.)

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.