gVim displays every file with an asterisk on the right (and bold)?

前端 未结 2 435
星月不相逢
星月不相逢 2021-01-18 01:13

It looks like this:

I\'m not sure but I think it started to happen when I reinstalled LAMP (Ubuntu).

All the files used to look like the ones below

相关标签:
2条回答
  • 2021-01-18 01:43

    That looks like NERDTree. Maybe there is a NERDTree setting regarding it.

    Suggestions:

    1. See if the permissions or settings (do they have chmod +x) are different on the files that show an asterisk versus the ones that do not. Have you noticed a pattern between which files are bold and asterisk'd?
    0 讨论(0)
  • 2021-01-18 01:44

    NERDTree uses the asterisk to indicate an item is executable, I believe. At least for me, it shows up on all my .bat and .exe files.

    0 讨论(0)
提交回复
热议问题