nerdtree/lib
Phil Runninger (mac) 026bfaf35e Do a case sensitive comparison of new/existing buffers.
When NERTDtree opens a file, it compares this new file to all open
buffers to see if it's already open. If the user has 'ignorecase' turned
on then the comparison of "file" and "File" says they're the same, and
NERDTree won't reopen the file. This commit forces a case sensitive
comparison by using the ==# operator.
2018-08-15 13:22:06 +00:00
..
nerdtree Do a case sensitive comparison of new/existing buffers. 2018-08-15 13:22:06 +00:00