qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.66k stars 218 forks source link

Vimr does not open files with "#" in path #928

Closed mutlusun closed 2 years ago

mutlusun commented 2 years ago

Hello,

Many thanks for all your work on this project!

I use the current vimr version from homebrew and noticed that vimr is not able to open files that have a "#" in their filename or path (e.g. #overview/readme.md). I'm not sure how long this issue persists.

I'm aware that this file naming is a bit controversial but beyond my decision. I'm running vimr on Mac OS.

If necessary, I'm happy to provide further information like logs, etc.

qvacua commented 2 years ago

I'll look into it, probably an Python escaping issue.

qvacua commented 2 years ago

Please try https://github.com/qvacua/vimr/releases/tag/snapshot%2F20220330.224200

mutlusun commented 2 years ago

Hey,

Many thanks for your response and your help! I tested the latest snapshot and it works indeed as intended.

Thank you :)