Skip to content
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

stray background text not painted over in the context window when scrolling with Ctrl+D #131

Open
wmusial opened this issue Jun 19, 2023 · 0 comments

Comments

@wmusial
Copy link

wmusial commented Jun 19, 2023

steps to reproduce:

open a file with a long line somewhere at the beginning, and nested contexts within half-window later. In my example the file begins with:

//
// This program is proprietary and confidential MySoftwareCompany software
(13 more lines)
namespace foo_bar {

    //***************************************************************************************************
    class FooBarBaz
        : public ABC,
          public ExecConnection
    {
    public:

pressing Ctrl+D to scroll down one page results in the following context window:

namespace foo_bar {
    class FooBarBaz ··· {                                             are
       -------------------------------------------------------------------------------------- <context.vim>

observe the dangling "are", a substring of the comment line, that hasn't been painted over in the context window.

This only happens when jumping with Ctrl+D. scrolling down one line at a time works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant