-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Whitespace characters aren't empty? #6239
Comments
Also, I'm able to reproduce the issue with |
Also reproducible on 3.2.0-canary.1 |
not able to reproduce |
2 tasks
This was referenced Jan 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
Apologies, but I'm going to have trouble describing this one.
Whitespace characters don't always print whitespace. Intermittently, the previous characters are printed instead, seems like it prints characters from the scroll back buffer instead of whitespace?
Reproducible with the following file:
Opening the file in vim, the first space shows a
m
character:it also happens with
cat
(num: 9930
is from the scroll back buffer):Not reproduced here, but I often see
-rw-r--r--
in vim where it should be whitespace.The text was updated successfully, but these errors were encountered: