-
-
Notifications
You must be signed in to change notification settings - Fork 686
Closed
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
No labels