Skip to content

Don't rely on NSCache to retain newly-created lines. #1179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 24, 2021

Conversation

s4y
Copy link
Contributor

@s4y s4y commented Mar 24, 2021

When there's memory pressure, the cache just drops the line immediately. Fixes #1164.

When there's memory pressure, the cache just drops the line immediately.
Fixes macvim-dev#1164.
@ychin
Copy link
Member

ychin commented Mar 24, 2021

The fix looks good. I kind of want to take a closer look after work to make sure I understand the downstream effect of it and see if there are other similar issues with the other caches we use so won't hit merge yet.

@ychin ychin merged commit ef048ed into macvim-dev:master Mar 24, 2021
@s4y s4y deleted the fix-1164 branch March 30, 2021 21:51
@ychin ychin added the Renderer Text rendering issues, including CoreText renderer label Sep 13, 2023
@ychin ychin added this to the snapshot-171 milestone Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Renderer Text rendering issues, including CoreText renderer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MacVim occasionally stops rendering text after sleep
2 participants