MacVim: 8.1.950 (155)
MacVim is unable to open a file when it is invoked from Finder with a file name or a parent directory contains the character $.
Example: project/$config/main.yml
Steps to reproduce
mkdir -p 'test/$config'
echo "test" > 'test/$config/test.txt'
open -a Finder .
- From Finder, try to open the file with MacVim double clicking the file name (the file type must be associated with MacVim)
or download the attached archive.
Expected result
test.txt file should open inside MacVim displaying test content.
Actual result
MacVim opens a not existing file test//test.txt displaying an empty content.
MacVim: 8.1.950 (155)
MacVim is unable to open a file when it is invoked from Finder with a file name or a parent directory contains the character
$.Example:
project/$config/main.ymlSteps to reproduce
mkdir -p 'test/$config'echo "test" > 'test/$config/test.txt'open -a Finder .or download the attached archive.
Expected result
test.txtfile should open inside MacVim displayingtestcontent.Actual result
MacVim opens a not existing file
test//test.txtdisplaying an empty content.