Closed

Description
Self-Diagnosis - CHECKED - NOT FOUND
Environment
- Operating System: OpenSuse Tumbleweed
- Vim/Neovim version
:version
: Vim 9.0 Patch 1-453 - NERDTree version, found on first line of quickhelp
?
: 6.10.16 - Are you using any of these NERDTree-dependent plugins?
- Provide a minimal .vimrc file that will reproduce the issue.
"Empty vimrc file
Maybe related to Issue #1241
Steps to Reproduce the Issue
- Create files 'test2.txt' and 'TEST.txt'
- Start VIM and NerdTREE
- Rename 'test2.txt' to 'test.txt' from outside vim
- Press 'R' in Nerdtree to refresh the list of files.
Current Behavior (Include screenshots where appropriate.)
Two files with the same name 'TEST.txt' appear. Clicking any of the two opens 'TEST.txt'.
The file test.txt does not appear and cannot be opened from NerdTree
Expected Result
Both files 'TEST.txt' and 'test.txt' show up in the list of files.