You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make your terminal less wide, for exampled by opening a horizontal split
Then run:
git clone https://github.com/dylan-chong/long-filename-test
cd long-filename-test
git reset head~
git status
Now press <prefix><c-g>.
You should get something that looks like a screenshot below:
In the screenshot below, the last long file is not selected because it goes across multiple lines.
This bug is quite annoying because i have files which are in very deeply nested directories, which causes the filename in git status to flow across to the second line.
The text was updated successfully, but these errors were encountered:
How to replicate:
Make your terminal less wide, for exampled by opening a horizontal split
Then run:
Now press
<prefix><c-g>
.You should get something that looks like a screenshot below:
In the screenshot below, the last long file is not selected because it goes across multiple lines.
This bug is quite annoying because i have files which are in very deeply nested directories, which causes the filename in
git status
to flow across to the second line.The text was updated successfully, but these errors were encountered: