macvim-dev / macvim-dev/macvim

Core Text Renderer issue: part of status line scrolling with buffer

Open
#877 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Vim Script
Stars
7.9k
Forks
691
PR merge metrics
No merged PRs in 30d

Description

Not sure if this is a duplicate of other reported rendering issues:

macvim-rendering-issue

To reproduce, set laststatus=2 and define nnoremap <c-e> <c-e><c-e>. Then, open a buffer long enough and type CTRL-E repeatedly. You should see that part of the status line scrolls with the buffer.

Without Core Text the issue does not occur.

I can reproduce it with MacVim 8.1.950 (155) in macOS 10.14.3.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue in MacVim 8.1.950 on macOS 10.14.3 with Core Text enabled, using set laststatus=2, the given CTRL-E mapping, and a sufficiently long buffer. Compare the behavior with Core Text disabled; done means the status line remains fixed while the buffer scrolls.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, vim
Domain
computer-graphics, desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.