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
Perform the following operations to reproduce the problem:
Create new files main.c and com.h under the test directory structure. (test/main.c test/com.h)
The content of the document is arbitrary, for example
123345
And then execute the instructions. (git initgit add --all `git commit -m "test")
You will see that all lines in com.h display the ~ symbol
It should not display the ~ symbol.The prompt for the main.c file is normal.
I also found similar problems in my other warehouses, some of the file prompt is abnorma.
The following projects reproduce this problem test.zip
The text was updated successfully, but these errors were encountered:
The file is a fork of another repo and starts to show the "!" on opening the file. Though the fact that the file is forked shouldn't cause the issue. I'm using nvim on Windows but this also shouldn't break it as it works in other git directories.
Perform the following operations to reproduce the problem:
git init
git add --all
`git commit -m "test")It should not display the ~ symbol.The prompt for the main.c file is normal.
I also found similar problems in my other warehouses, some of the file prompt is abnorma.
The following projects reproduce this problem
test.zip
The text was updated successfully, but these errors were encountered: