Skip to content

Unable to open files with dollar ($) character #863

@daniele-orlando

Description

@daniele-orlando

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

  1. mkdir -p 'test/$config'
  2. echo "test" > 'test/$config/test.txt'
  3. open -a Finder .
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions