vim-signify icon indicating copy to clipboard operation
vim-signify copied to clipboard

For some files, the ~ symbol will always be displayed

Open onlycalm opened this issue 2 years ago • 2 comments

Perform the following operations to reproduce the problem:

  1. Create new files main.c and com.h under the test directory structure. (test/main.c test/com.h)
  2. The content of the document is arbitrary, for example
1
2
3
3
4
5
  1. And then execute the instructions. (git init git add --all `git commit -m "test")
  2. You will see that all lines in com.h display the ~ symbol image

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

onlycalm avatar Nov 12 '21 10:11 onlycalm

Does this only happen if the file is com.h? com is a special device in Windows, so it may be related to that.

The results of :SignifyDebug would be helpful.

jamessan avatar Dec 05 '21 20:12 jamessan